lib/lite/command/simple.rb in lite-command-1.0.0 vs lib/lite/command/simple.rb in lite-command-1.0.1
- old
+ new
@@ -7,10 +7,10 @@
class << self
def call(*args)
raise Lite::Command::NotImplementedError unless defined?(command)
- command
+ command(*args)
end
end
end