Skip to content

Commit

Permalink
Ruby 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanauskas committed Feb 23, 2013
1 parent cd84fcc commit 22fd3c0
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 22fd3c0

Please sign in to comment.