class Lucid::Unit
Public Class Methods
new(step_collection)
click to toggle source
# File lib/lucid/unit.rb, line 3 def initialize(step_collection) @step_collection = step_collection end
Public Instance Methods
step_count()
click to toggle source
# File lib/lucid/unit.rb, line 7 def step_count @step_collection.length end