Method: WhatTheGem::Changes::Parser#initialize

Defined in:
lib/whatthegem/changes/parser.rb

#initialize(file) ⇒ Parser

Returns a new instance of Parser.



24
25
26
# File 'lib/whatthegem/changes/parser.rb', line 24

def initialize(file)
  @file = file
end