Class: Rfix::Rake::Gemfile::AST
- Inherits:
-
Rfix::Rake::Gemfile
- Object
- Dry::Struct
- Rfix::Rake::Gemfile
- Rfix::Rake::Gemfile::AST
- Defined in:
- lib/rfix/rake/gemfile.rb
Constant Summary
Constants inherited from Rfix::Rake::Gemfile
Instance Method Summary collapse
Methods inherited from Rfix::Rake::Gemfile
#bundle_lock, #call, call, files, #lock_args, #to_s
Instance Method Details
#content ⇒ Object
31 32 33 |
# File 'lib/rfix/rake/gemfile.rb', line 31 def content [super, 'gem "rubocop-ast", "< 0.7"'].join("\n") end |