Sha256: 331be99f9bca159c922865592d07cb53985996860d8513919de23a44d7821811

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

module Zenlish
  module Inflect
    class Heading
      attr_reader :label

      def initialize(aLabel)
        @label = aLabel
      end
    end # class
  end # module
end # module

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zenlish-0.2.04 lib/zenlish/inflect/heading.rb
zenlish-0.2.03 lib/zenlish/inflect/heading.rb
zenlish-0.2.02 lib/zenlish/inflect/heading.rb
zenlish-0.2.01 lib/zenlish/inflect/heading.rb
zenlish-0.2.00 lib/zenlish/inflect/heading.rb