class Coltrane::Commands::Command
Attributes
error[R]
Public Class Methods
run(*args)
click to toggle source
# File lib/coltrane/commands/command.rb, line 6 def self.run(*args) new.run(*args) end