class Bundler::Dsl
def method_missing(name, *args)
def method_missing(name, *args) location = caller[0].split(':')[0..1].join(':') raise GemfileError, "Undefined local variable or method `#{name}' for Gemfile\n" \ " from #{location}" end
def method_missing(name, *args) location = caller[0].split(':')[0..1].join(':') raise GemfileError, "Undefined local variable or method `#{name}' for Gemfile\n" \ " from #{location}" end