Sha256: 0e742f720deeb33035897290fc022f6ada2e6d08fa2c85b1e6ce9d7da1594142
Contents?: true
Size: 198 Bytes
Versions: 6
Compression:
Stored size: 198 Bytes
Contents
module Zenlish module Inflect class FormalArgument attr_reader :index def initialize(anIndex) @index = anIndex end end # class end # module end # module
Version data entries
6 entries across 6 versions & 1 rubygems