Class: LandCommand
- Inherits:
-
Object
- Object
- LandCommand
- Defined in:
- lib/committer-tools.rb
Instance Method Summary collapse
Instance Method Details
#run(github_pr) ⇒ Object
181 182 183 184 |
# File 'lib/committer-tools.rb', line 181 def run(github_pr) = MetadataCollector.new.collect(github_pr) Lander.new.run(github_pr, ) end |