Class: Dyndoc::CallScanner

Inherits:
Scanner
  • Object
show all
Defined in:
lib/dyndoc/base/scanner.rb

Instance Attribute Summary

Attributes inherited from Scanner

#scan

Instance Method Summary collapse

Methods inherited from Scanner

#clean_stack, #extract, #init_atom, #init_strange, #rebuild_after_filter, #token_stack, #tokenize

Constructor Details

#initialize(type = :call, start = nil, stop = nil, mode = nil, escape = nil) ⇒ CallScanner

Returns a new instance of CallScanner.



242
243
244
245
# File 'lib/dyndoc/base/scanner.rb', line 242

def initialize(type=:call,start=nil,stop=nil,mode=nil,escape=nil)
  super
  @type_stop_filter="#!"
end