I'm a Ruby/Rails newbie. I've just created my first Ruby gem called GameFake. It's like Faker for video games.
Anyway, the gem works great in the irb. But when I fire up the Rails console (./script/console) and try to require 'gamefake', I get all kinds of syntax errors. Once again, the code works great in the Ruby console. The gem can be found here: http://github.com/cbmeeks/gamefake/tree/master (sorry, not trying to do a shameless plug). The actual syntax error is in the middle of the "SMS_Games" array. I've looked over this array a million times. It's large but should be ok. Any suggestions on what I'm doing wrong? Thanks for any help! PS, anyone else type Ryby a million times when they are trying to type Ruby? lol -- Posted via http://www.ruby-forum.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 [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 -~----------~----~----~----~------~----~------~--~---

