Method: IsoDoc::Function::Utils#start_of_sentence
- Defined in:
- lib/isodoc/function/utils.rb
#start_of_sentence(node) ⇒ Object
22 23 24 |
# File 'lib/isodoc/function/utils.rb', line 22 def start_of_sentence(node) self.class.start_of_sentence(node) end |