class Hyrb::Tasks::Defaults::Show
Public Instance Methods
run(env)
click to toggle source
# File lib/hyrb/tasks/defaults.rb, line 19 def run(env) say env.defaults.data.to_hash.to_yaml end
# File lib/hyrb/tasks/defaults.rb, line 19 def run(env) say env.defaults.data.to_hash.to_yaml end