module Zenlish module Inflect class Heading attr_reader :label def initialize(aLabel) @label = aLabel end end # class end # module end # module