set_value

set_value(idx) Instance Public methods Alias for: set_value_by_index

sync

gdbm.sync â gdbm Instance Public methods Unless the gdbm object has been opened with the SYNC flag, it is not guarenteed that database modification operations are immediately applied to the database file. This method ensures that all recent modifications to the database are written to the file. Blocks until all writing operations to the disk have been finished.

gridline_off

gridline_off() Instance Public methods

=~

=~(regexp) Instance Public methods Equivalent to String#=~. Match the class name against the given regexp. Returns the position where the match starts or nil if there is no match. class BlogPost extend ActiveModel::Naming end BlogPost.model_name =~ /Post/ # => 4 BlogPost.model_name =~ /\d/ # => nil

end_accepting

end_accepting() Instance Public methods Returns the table of contents

read

read(size=nil, buf=nil) Instance Public methods Reads size bytes from the stream. If buf is provided it must reference a string which will receive the data. See IO#read for full details.

gemfile

gemfile() Instance Public methods

addtag_closest

addtag_closest(tagOrId, x, y, halo=None, start=None) Instance Public methods

lineno=

ARGF.lineno = integer â integer Instance Public methods Sets the line number of ARGF as a whole to the given Integer. ARGF sets the line number automatically as you read data, so normally you will not need to set it explicitly. To access the current line number use ARGF.lineno. For example: ARGF.lineno #=> 0 ARGF.readline #=> "This is line 1\n" ARGF.lineno #=> 1 ARGF.lineno = 0 #=> 0 ARGF.lineno #=> 0

resources_path_names

resources_path_names(options) Instance Public methods