Class: TachikomaAi::Strategies::Bundler

Inherits:
Object
  • Object
show all
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

included

Instance Method Details

#pull_request_bodyObject



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