Sha256: 1b8e3a5a1fcaf7849cf2d1c3950a5e3e9a508e08ee9f796a8aca24cf9259e01a
Contents?: true
Size: 1.25 KB
Versions: 18
Compression:
Stored size: 1.25 KB
Contents
# # It is auto-generated content. # Do not do required for this file in your application. # class StringScanner class Error end Version = "0.7.0" Id = "$Id: strscan.c 27437 2010-04-22 08:04:13Z nobu $" def self.must_C_version end def reset end def terminate end def clear end def string end def string=(req) end def concat(req) end def <<(req) end def pos end def pos=(req) end def pointer end def pointer=(req) end def scan(req) end def skip(req) end def match?(req) end def check(req) end def scan_full(req,req1,req2) end def scan_until(req) end def skip_until(req) end def exist?(req) end def check_until(req) end def search_full(req,req1,req2) end def getch end def get_byte end def getbyte end def peek(req) end def peep(req) end def unscan end def beginning_of_line? end def bol? end def eos? end def empty? end def rest? end def matched? end def matched end def matched_size end def [](req) end def pre_match end def post_match end def rest end def rest_size end def restsize end def inspect end end
Version data entries
18 entries across 18 versions & 2 rubygems