Method: Brief::Document::FrontMatter#frontmatter_line_count
- Defined in:
- lib/brief/document/front_matter.rb
#frontmatter_line_count ⇒ Object
20 21 22 |
# File 'lib/brief/document/front_matter.rb', line 20 def frontmatter_line_count (@raw_frontmatter && @raw_frontmatter.lines.count) || 0 end |