Class: CodeModels::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/codemodels/parsing.rb

Instance Method Summary collapse

Instance Method Details

#parse_file(path) ⇒ Object



7
8
9
# File 'lib/codemodels/parsing.rb', line 7

def parse_file(path)
	parse_code(IO.read(path))
end