Class: Rfix::Rake::Gemfile::AST

Inherits:
Rfix::Rake::Gemfile show all
Defined in:
lib/rfix/rake/gemfile.rb

Constant Summary

Constants inherited from Rfix::Rake::Gemfile

FORMAT, VERSIONS

Instance Method Summary collapse

Methods inherited from Rfix::Rake::Gemfile

#bundle_lock, #call, call, files, #lock_args, #to_s

Instance Method Details

#contentObject



31
32
33
# File 'lib/rfix/rake/gemfile.rb', line 31

def content
  [super, 'gem "rubocop-ast", "< 0.7"'].join("\n")
end