call

call(*args, &blk) Class Public methods Alias for: eval_proc

zone=

zone=(time_zone) Class Public methods Sets Time.zone to a TimeZone object for the current request/thread. This method accepts any of the following: A Rails TimeZone object. An identifier for a Rails TimeZone object (e.g., âEastern Time (US & Canada)â, -5.hours). A TZInfo::Timezone object. An identifier for a TZInfo::Timezone object (e.g., âAmerica/New_Yorkâ). Here's an example of how you might set Time.zone on a per request basis and reset it when the request is done.

each

ARGF.each(sep=$/) {|line| block } â ARGFARGF.each(sep=$/,limit) {|line| block } â ARGFARGF.each(...) â an_enumeratorARGF.each_line(sep=$/) {|line| block } â ARGFARGF.each_line(sep=$/,limit) {|line| block } â ARGFARGF.each_line(...) â an_enumerator Instance Public methods Returns an enumerator which iterates over each line (separated by sep, which defaults to your platform's newline character) of each

beginning_of_year

beginning_of_year() Instance Public methods Return a new date/time at the beginning of the year. Example: 1st January. DateTime objects will have a time set to 0:00. at_beginning_of_year

ret_val

ret_val(val) Class Public methods def self._get_extra_args_tbl # return an array of convert procs [] end

codepage

WIN32OLE.codepage Class Public methods Returns current codepage. WIN32OLE.codepage # => WIN32OLE::CP_ACP

zero?

zero?() Instance Public methods Returns True if the value is zero.

clear

clear(options = nil) Instance Public methods

join

join(*args) Instance Public methods Joins the given pathnames onto self to create a new Pathname object. path0 = Pathname.new("/usr") # Pathname:/usr path0 = path0.join("bin/ruby") # Pathname:/usr/bin/ruby # is the same as path1 = Pathname.new("/usr") + "bin/ruby" # Pathname:/usr/bin/ruby path0 == path1 #=> true

nodeTypeString

nodeTypeString() Instance Public methods BSTR nodeTypeString the type of node in string form