Class: Break::Command
- Inherits:
- 
      Object
      
        - Object
- Break::Command
 
- Extended by:
- Forwardable
- Defined in:
- lib/break/command.rb
Direct Known Subclasses
Instance Method Summary collapse
- #execute ⇒ Object
- 
  
    
      #initialize(session)  ⇒ Command 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Command. 
Constructor Details
#initialize(session) ⇒ Command
Returns a new instance of Command.
| 9 10 11 | # File 'lib/break/command.rb', line 9 def initialize(session) @session = session end | 
Instance Method Details
#execute ⇒ Object
| 13 14 15 | # File 'lib/break/command.rb', line 13 def execute raise NotImplementedError end |