class XDep::Bundler::GemfileOutput

Public Class Methods

accepts?(filename) click to toggle source
# File lib/xdep/ruby.rb, line 120
def self.accepts?(filename)
  filename == "Gemfile"
end

Public Instance Methods

process(input, output) click to toggle source
# File lib/xdep/ruby.rb, line 124
def process(input, output)
  output_ruby(input, output, GEMFILE)
end