getlocal

time.getlocal â new_timetime.getlocal(utc_offset) â new_time Instance Public methods Returns a new Time object representing time in local time (using the local time zone in effect for this process). If utc_offset is given, it is used instead of the local time. t = Time.utc(2000,1,1,20,15,1) #=> 2000-01-01 20:15:01 UTC t.utc? #=> true l = t.getlocal #=> 2000-01-01 14:15:01 -0600 l.utc? #=> false t == l

remove

remove(*args) Instance Public methods Alias for: delete

setpriority

Process.setpriority(kind, integer, priority) â 0 Class Public methods See Process#getpriority. Process.setpriority(Process::PRIO_USER, 0, 19) #=> 0 Process.setpriority(Process::PRIO_PROCESS, 0, 19) #=> 0 Process.getpriority(Process::PRIO_USER, 0) #=> 19 Process.getpriority(Process::PRIO_PROCESS, 0) #=> 19

install_file

install_file(file, dest_dir) Instance Public methods

iseuc

Kconv.iseuc(str) => true or false Class Public methods Returns whether input encoding is EUC-JP or not. Note don't expect this return value is MatchData.

subtract

subtract(enum) Instance Public methods Deletes every element that appears in the given enumerable object and returns self.

wait_to_finish_all_process_controllers

wait_to_finish_all_process_controllers() Class Public methods

latin_font_id

latin_font_id() Instance Public methods

beginning_of_day

beginning_of_day() Instance Public methods Converts Date to a Time (or DateTime if necessary) with the time portion set to the beginning of the day (0:00) midnight at_midnight at_beginning_of_day

execute

execute() Instance Public methods