Method: Nagoro::Scanner#text

Defined in:
lib/nagoro/scanner.rb

#text(string) ⇒ Object



99
100
101
102
103
104
# File 'lib/nagoro/scanner.rb', line 99

def text(string)
  if scan(HASH_TEXT)
    string << matched
  end
  @callback.text(string)
end