Method: ESBify::Parser#parse_file!
- Defined in:
- lib/ESBify/parser.rb
#parse_file!(path) ⇒ Object
Pass a file path. File will be read and parsed.
44 45 46 |
# File 'lib/ESBify/parser.rb', line 44 def parse_file!(path) parse! File.read(path) end |