class Phlexite::Content::Entry
Attributes
Public Class Methods
Source
# File lib/phlexite/content/entry.rb, line 8 def initialize(filename, out_path) @filename = filename @out_path = out_path end
Public Instance Methods
Source
# File lib/phlexite/content/entry.rb, line 13 def read = FrontMatterParser::Parser.parse_file @filename end