Sha256: a29dc1f5d6d26258d9bb8ab0be294c4f84abf7714c03a9519d8663060dcf2baa

Contents?: true

Size: 104 Bytes

Versions: 26

Compression:

Stored size: 104 Bytes

Contents

class Module
  def remove_possible_method(method)
    remove_method(method)
  rescue NameError
  end
end

Version data entries

26 entries across 26 versions & 6 rubygems

Version Path
activesupport-2.3.18 lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.17 lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.16 lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.15 lib/active_support/core_ext/module/remove_method.rb
radiant-1.0.0 ruby-debug/ruby/1.8/gems/activesupport-2.3.14/lib/active_support/core_ext/module/remove_method.rb
vanity-1.7.1 vendor/ruby/1.9.1/gems/activesupport-2.3.12/lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.14 lib/active_support/core_ext/module/remove_method.rb
kajam-1.0.3.rc2 vendor/rails/activesupport/lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.12 lib/active_support/core_ext/module/remove_method.rb
radiant-1.0.0.rc2 vendor/rails/activesupport/lib/active_support/core_ext/module/remove_method.rb
radiant-1.0.0.rc1 vendor/rails/activesupport/lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.11 lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.10 lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.9 lib/active_support/core_ext/module/remove_method.rb
activesupport-2.3.9.pre lib/active_support/core_ext/module/remove_method.rb
sugarcrm-0.6.2 lib/sugarcrm/core_ext/remove_method.rb
csd-0.1.5 lib/active_support/core_ext/module/remove_method.rb
csd-0.1.4 lib/active_support/core_ext/module/remove_method.rb
csd-0.1.3 lib/active_support/core_ext/module/remove_method.rb
csd-0.1.2 lib/active_support/core_ext/module/remove_method.rb