class Slidr::Commands::BaseCommand
Public Instance Methods
execute(*args)
click to toggle source
# File lib/slidr/commands/base_command.rb, line 5 def execute(*args) raise 'Must be implemented!' end
# File lib/slidr/commands/base_command.rb, line 5 def execute(*args) raise 'Must be implemented!' end