class Zenlish::Inflect::FormalArgument

Attributes

index[R]

Public Class Methods

new(anIndex) click to toggle source
# File lib/zenlish/inflect/formal_argument.rb, line 8
def initialize(anIndex)
  @index = anIndex
end