class YleTfPlugins::CommandConfig::Command

Public Instance Methods

execute(env) click to toggle source
# File lib/yle_tf_plugins/commands/_config/command.rb, line 8
def execute(env)
  puts env[:config]
end