logo       

Interesting behaviour: msg#02375

ruby-talk

Subject: Interesting behaviour

When I does following thing on irb console

def foo
1
end

foo ===>o/p 1
foo.foo ===>o/p 1
foo.foo.foo ===>o/p 1
foo.foo.foo.foo.foo.foo.foo.foo.foo.foo.foo.foo.foo.foo.foo............foo
===>o/p 1

I got above o/p


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

But when I done same thing in Scite editor. I got error

def foo
1
end

p foo
p foo.foo =>o/p private method `foo' called for 1:Fixnum (NoMethodError)


How ??


thanks
DG
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise