Method: Bundler::Plugin::DSL#method_missing
- Defined in:
- lib/bundler/plugin/dsl.rb
permalink #method_missing(name, *args) ⇒ Object
35 36 37 |
# 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 |