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

Classes: Builder, Logger

Constant Summary collapse

VERSION =
'1.0.4'.freeze

Class Method Summary collapse

Class Method Details

.builderObject



5
6
7
# File 'lib/runtime_command.rb', line 5

def self.builder
  RuntimeCommand::Builder.new
end