class Tickly::Parser::R

Used as an IO wrapper, similar to what Bychar has.

Public Instance Methods

read_one_char() click to toggle source
# File lib/tickly/parser.rb, line 9
def read_one_char; io.read(1); end