Class: CommandLine

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/command_line.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
8
# File 'lib/command_line.rb', line 5

def execute
  @notifier = LearnableNotifier.new(lesson, api_key)
  @notifier.find_next_message
end