You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TOML.load_file('hard_example.toml')Failedtomatchsequence(ALL_SPACE(KEY_GROUP / KEY_VALUE / COMMENT_LINE){0,}ALL_SPACE)atline18char9.
`- Extrainputafterlastrepetitionatline18char9.
`- Failedtomatch[ \t\r\n]atline18char9.NoMethodError: undefinedmethod`each' for nil:NilClass from /home/lessless/.rvm/gems/ruby-2.0.0-p247/gems/toml-0.0.4/lib/toml/parser.rb:21:in `initialize' from /home/lessless/.rvm/gems/ruby-2.0.0-p247/gems/toml-0.0.4/lib/toml.rb:24:in `new'from/home/lessless/.rvm/gems/ruby-2.0.0-p247/gems/toml-0.0.4/lib/toml.rb:24:in`load_file' from (irb):2 from /home/lessless/.rvm/rubies/ruby-2.0.0-p247/bin/irb:13:in `<main>'
Is this gem broken?
The text was updated successfully, but these errors were encountered:
After error with my file I've tried to parse an https://github.com/mojombo/toml/blob/master/tests/hard_example.toml and its failed
Is this gem broken?
The text was updated successfully, but these errors were encountered: