mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
skip remove_method in collection, reintroduces mri errors but allows rbx to function
This commit is contained in:
parent
0a9bb3b553
commit
906c292789
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*.gem
|
||||
*.rbc
|
||||
*.sw?
|
||||
.bundle
|
||||
.DS_Store
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue