class Durt::Command::NullCommand
Public Class Methods
new()
click to toggle source
# File lib/durt/command.rb, line 30 def initialize puts 'Unknown command' exit end
# File lib/durt/command.rb, line 30 def initialize puts 'Unknown command' exit end