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 =
"0.1.2"

Class Method Summary collapse

Class Method Details

.builderObject



7
8
9
# File 'lib/runtime_command.rb', line 7

def self.builder
  RuntimeCommand::Builder.new
end