Skip to content

Commit

Permalink
MacRuby: BasicObject unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jul 28, 2008
1 parent 19db0b7 commit 50bbc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/basic_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# barebones base class that emulates Builder::BlankSlate while still relying on
# Ruby 1.9's BasicObject in Ruby 1.9.
module ActiveSupport
if RUBY_VERSION >= '1.9'
if defined? ::BasicObject
class BasicObject < ::BasicObject
undef_method :==
undef_method :equal?
Expand Down

0 comments on commit 50bbc87

Please sign in to comment.