DateTime._strptime(string[, format='%FT%T%z']) â hash Class Public methods Parses the given representation of date and time with the given template, and returns a hash of parsed elements. _strptime does not support specification of flags and width unlike strftime. See also strptime(3) and strftime.
to_feed(rss, channel) Instance Public methods
struct.length â fixnum Instance Public methods Returns the number of instance variables. Customer = Struct.new(:name, :address, :zip) joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345) joe.length #=> 3
File.umask() â integerFile.umask(integer) â integer Class Public methods Returns the current umask value for this process. If the optional argument is given, set the umask to that value and return the previous value. Umask values are subtracted from the default permissions, so a umask of 0222 would make a file read-only for everyone. File.umask(0006) #=> 18 File.umask #=> 6
items(pattern) Instance Public methods
tag_row_reset(*rows) Instance Public methods
dir.close â nil Instance Public methods Closes the directory stream. Any further attempts to access dir will raise an IOError. d = Dir.new("testdir") d.close #=> nil
layout_test_with_different_layout() Instance Public methods
strio.tty? â nil Instance Public methods
conditional_hello_with_bangs() Instance Public methods
Page 357 of 2275