method
method_missing
v2_6_3 -
Show latest stable
- Class:
Bundler::Dsl
method_missing(name, *args)public
No documentation available.
# File lib/bundler/dsl.rb, line 280
def method_missing(name, *args)
raise GemfileError, "Undefined local variable or method `#{name}' for Gemfile"
end