Class: YleTfPlugins::CommandConfig::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/yle_tf_plugins/commands/_config/command.rb

Instance Method Summary collapse

Instance Method Details

#execute(env) ⇒ Object



6
7
8
# File 'lib/yle_tf_plugins/commands/_config/command.rb', line 6

def execute(env)
  puts env[:config]
end