Sha256: 5247d714fec82c0813f83b5d93d9150f6b1b9f12f7c19287dfd6eda8fb961028
Contents?: true
Size: 313 Bytes
Versions: 60
Compression:
Stored size: 313 Bytes
Contents
module Nutella # Nutella command class Command class << self; attr_accessor :description end # Commands overload this method to execute def run( args=nil ) console.error 'Running the generic command!!! WAT? https://www.destroyallsoftware.com/talks/wat' end end end
Version data entries
60 entries across 60 versions & 1 rubygems