class Expeditor::Command::ConstCommand
Public Class Methods
new(value)
click to toggle source
Calls superclass method
Expeditor::Command::new
# File lib/expeditor/command.rb, line 261 def initialize(value) super(){ value } self.start end