Method: Rubix::Operation#step=

Defined in:
lib/rubix/models/operation.rb

#step=(s) ⇒ Object



38
39
40
41
# File 'lib/rubix/models/operation.rb', line 38

def step= s
  self.start = s
  self.stop  = s
end