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