Method: Bundler::Plugin::DSL#method_missing

Defined in:
lib/bundler/plugin/dsl.rb

#method_missing(name, *args) ⇒ Object

Raises:

[View source]

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