Class: Rexer::Commands::Switch
- Inherits:
-
Object
- Object
- Rexer::Commands::Switch
- Defined in:
- lib/rexer/commands/switch.rb
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize ⇒ Switch
constructor
A new instance of Switch.
Constructor Details
#initialize ⇒ Switch
Returns a new instance of Switch.
4 5 6 |
# File 'lib/rexer/commands/switch.rb', line 4 def initialize @lock_definition = Definition::Lock.load_data end |