Sha256: 5101fcd3a6741307aec68b0ca0d18aeb503aeb31aeecd0ea3d24ebcfe68175fa

Contents?: true

Size: 179 Bytes

Versions: 14

Compression:

Stored size: 179 Bytes

Contents

module Lucid
  class Unit
    def initialize(step_collection)
      @step_collection = step_collection
    end

    def step_count
      @step_collection.length
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lucid-0.5.1 lib/lucid/unit.rb
lucid-0.4.1 lib/lucid/unit.rb
lucid-0.4.0 lib/lucid/unit.rb
lucid-0.3.3 lib/lucid/unit.rb
lucid-0.3.0 lib/lucid/unit.rb
lucid-0.2.1 lib/lucid/unit.rb
lucid-0.2.0 lib/lucid/unit.rb
lucid-0.1.1 lib/lucid/unit.rb
lucid-0.1.0 lib/lucid/unit.rb
lucid-0.0.9 lib/lucid/unit.rb
lucid-0.0.8 lib/lucid/unit.rb
lucid-0.0.7 lib/lucid/unit.rb
lucid-0.0.6 lib/lucid/unit.rb
lucid-0.0.5 lib/lucid/unit.rb