method

method_missing

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