Method: PMS#initialize

Defined in:
lib/pms.rb

#initialize(input) ⇒ PMS

Returns a new instance of PMS.



35
36
37
38
# File 'lib/pms.rb', line 35

def initialize(input)
  @input = input
  @index = Index.new(input)
end