class LandCommand
Public Instance Methods
run(github_pr)
click to toggle source
# File lib/committer-tools.rb, line 188 def run(github_pr) metadata = MetadataCollector.new.collect(github_pr) Lander.new.run(github_pr, metadata) end