Skip to content

Commit

Permalink
Merge pull request #42 from friendlyfashion/features/ruby_2_0
Browse files Browse the repository at this point in the history
Ruby 2.0 support
  • Loading branch information
treeder committed Feb 23, 2013
2 parents cd84fcc + 22fd3c0 commit e6148e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini_fb.rb
Expand Up @@ -451,7 +451,7 @@ def connections
@object.metadata.connections.keys @object.metadata.connections.keys
end end


unless RUBY_VERSION =~ /1\.9/ unless RUBY_VERSION >= '1.9'
undef :id, :type undef :id, :type
end end


Expand Down

0 comments on commit e6148e8

Please sign in to comment.