Module: RuntimeCommand
- Defined in:
- lib/runtime_command.rb,
lib/runtime_command/logger.rb,
lib/runtime_command/builder.rb,
lib/runtime_command/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'1.0.2'.freeze
Class Method Summary collapse
Class Method Details
.builder ⇒ Object
5 6 7 |
# File 'lib/runtime_command.rb', line 5 def self.builder RuntimeCommand::Builder.new end |