Class: TilesetTooling::Commands::Command
- Inherits:
-
Object
- Object
- TilesetTooling::Commands::Command
- Defined in:
- lib/tileset_tooling/commands.rb
Overview
Basis for all commands
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options, args) ⇒ Command
constructor
Initializer for command basis.
Constructor Details
#initialize(options, args) ⇒ Command
Initializer for command basis
14 15 16 17 18 19 |
# File 'lib/tileset_tooling/commands.rb', line 14 def initialize(, args) @logger = ::SemanticLogger[self.class.name.split('::').last] @cli = ::HighLine.new @options = @args = args end |