Method: IsoDoc::Function::Section#is_clause?
- Defined in:
- lib/isodoc/function/section.rb
#is_clause?(name) ⇒ Boolean
179 180 181 182 |
# File 'lib/isodoc/function/section.rb', line 179 def is_clause?(name) %w(clause references definitions terms foreword introduction abstract acknowledgements).include? name end |