Displaying 1 result from an estimated 1 matches for "lemurw".
Did you mean:
lemur
2006 Oct 21
1
Kernel.require behavior
...required = (require ''baz'')
print "#{required}\n"
------
and output:
------
[12:07am] lemur:~ > ./test.rb
true
false
./test.rb:9:in `require'': no such file to load -- baz (LoadError)
from ./test.rb:9
------
Thanks,
- Walter Korman -- http://www.lemurware.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this grou...