class Nutella::Command
Nutella
command
Attributes
description[RW]
Public Instance Methods
run( args=nil )
click to toggle source
Commands overload this method to execute
# File lib/commands/meta/command.rb, line 13 def run( args=nil ) console.error 'Running the generic command!!! WAT? https://www.destroyallsoftware.com/talks/wat' end