class Zenlish::Inflect::Heading

Attributes

label[R]

Public Class Methods

new(aLabel) click to toggle source
# File lib/zenlish/inflect/heading.rb, line 11
def initialize(aLabel)
  @label = aLabel
end