class Immediate
Immediate is an Integer wrapper so that we know the machine we're dealing with when we apply commands
Attributes
value[RW]
Public Instance Methods
immediate?()
click to toggle source
# File lib/wilson.rb, line 834 def immediate? true end