skip remove_method in collection, reintroduces mri errors but allows rbx to function

This commit is contained in:
geemus 2010-11-04 11:41:57 -07:00
parent 0a9bb3b553
commit 906c292789
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.gem
*.rbc
*.sw?
.bundle
.DS_Store

View File

@ -17,7 +17,7 @@ module Fog
%w[reject select].each do |method|
class_eval <<-RUBY
remove_method :#{method}
# remove_method :#{method}
def #{method}(*args)
unless @loaded
lazy_load