Fincher::IOScanner
Inherits Reference / Object
Constants
BUFFER_SIZE = 4096
Constructors
new(io : Fincher::IO)
SourceInstance methods
[](index)
Source[]?(index)
Sourcecheck(pattern)
Sourcecheck_until(pattern)
Sourceeos?
Sourcegets_to_end
Sourceinspect(stream : ::IO)
Appends a String representation of this object which includes its class name, its object address and the values of all instance variables.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>
io
Sourcelast_match
Sourceoffset
Sourceoffset=(position)
Sourcepeek(len)
Sourcepos
Sourcepos=(position)
Sourceprint_buffer_position
Sourcereset
Sourcerest
Sourcescan(pattern)
Sourcescan_until(pattern)
Sourcesize
Sourceskip(bytes_count : Int)
Sourceskip(pattern : Regex)
Sourceskip_until(pattern)
Sourcestdin?
Sourcestring
Sourceterminate
SourceMacros
method_missing(call)
Source