Class: TachikomaAi::Strategies::Bundler
- Inherits:
-
Object
- Object
- TachikomaAi::Strategies::Bundler
- Includes:
- TachikomaAi::Strategy
- Defined in:
- lib/tachikoma_ai/strategies/bundler.rb,
lib/tachikoma_ai/strategies/bundler/gem.rb
Defined Under Namespace
Classes: Gem
Instance Method Summary collapse
Methods included from TachikomaAi::Strategy
Instance Method Details
#pull_request_body ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/tachikoma_ai/strategies/bundler.rb', line 9 def pull_request_body <<-EOF ## Compare #{compare_urls} ## Not found #{homepage_urls} EOF end |