class Hyrb::Tasks::Github::ShowRepos
Public Instance Methods
run(env)
click to toggle source
# File lib/hyrb/tasks/github.rb, line 35 def run(env) say env.github_repos.map(&:name).to_yaml end
# File lib/hyrb/tasks/github.rb, line 35 def run(env) say env.github_repos.map(&:name).to_yaml end