15 16 17 18 19
# File 'lib/triangular.rb', line 15 def self.parse_file(path) File.open(path) do |file| Solid.parse(file.read) end end