Class: CommandLine
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- CommandLine
- Defined in:
- lib/command_line.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
5 6 7 8 |
# File 'lib/command_line.rb', line 5 def execute @notifier = LearnableNotifier.new(lesson, api_key) @notifier. end |