The only thing that jumped out at me with that were the missing characters - so for instance, the accented e in Asterix doesn't show up correctly on github. Without a listing of the 'all kinds of syntax errors', it's hard to tell.
BTW, for storing arrays like this, Yaml might be more efficient... --Matt Jones On Feb 8, 10:22 am, Cb Meeks <[email protected]> wrote: > 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 viahttp://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 -~----------~----~----~----~------~----~------~--~---

