On Feb 12, 12:08 am, Saboor <[email protected]> wrote: > hi > i want to convert no to words so using linguistics.rb; > while using it linguistics.rb > i am receiving an error > > no such file to load -- linguistics.rb > > i have installed gem for it > linguistics <1.0.8> > > code=> > require 'linguistics.rb'
Require statements do not use the .rb extension - try that. --Matt Jones -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

