class SupercoolCommand
Public Class Methods
command()
click to toggle source
# File lib/3scale_toolbox_plugin.rb, line 4 def self.command Cri::Command.define do name 'supercool' usage 'supercool [options]' summary '3scale supercool' description '3scale supercool command' runner SupercoolCommand end end
Public Instance Methods
run()
click to toggle source
# File lib/3scale_toolbox_plugin.rb, line 14 def run puts 'Doing lots of super things very well!' end