Class: IncludedFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/notroff/filter.rb

Instance Method Summary collapse

Methods inherited from Filter

#process

Instance Method Details

#included?(paragraph) ⇒ Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/notroff/filter.rb', line 12

def included?(paragraph)
  paragraph[:included]
end