year

d.year â integer Instance Public methods Returns the year. Date.new(2001,2,3).year #=> 2001 (Date.new(1,1,1) - 1).year #=> 0

textbind_append

textbind_append(context, *args) Instance Public methods def #textbind_append(*args) _bind_append_for_event_class(Event_for_Items, [path, 'bindText'], *args) self end

energy

energy(bodies) Instance Public methods

puts

puts(*opts) Instance Public methods

dataType=

dataType=(arg0) Instance Public methods VOID dataType the data type of the node

out

cgi.out(content_type_string='text/html')cgi.out(headers_hash) Instance Public methods Print an HTTP header and body to $DEFAULT_OUTPUT ($>) content_type_string If a string is passed, it is assumed to be the content type. headers_hash This is a Hash of headers, similar to that used by http_header. block A block is required and should evaluate to the body of the response. Content-Length is automatically calculated from the size of the String returned by the content b

revoked=

revoked=(p1) Instance Public methods

mask=

mask=(priority_mask) Class Public methods Sets the log priority mask. A method LOG_UPTO is defined to make it easier to set mask values. Example: Syslog.mask = Syslog::LOG_UPTO(Syslog::LOG_ERR) Alternatively, specific priorities can be selected and added together using binary OR. Example: Syslog.mask = Syslog::LOG_MASK(Syslog::LOG_ERR) | Syslog::LOG_MASK(Syslog::LOG_CRIT) The priority mask persists through calls to open() and close().

colour

colour(fill, border) Instance Public methods Also aliased as: colours, colors, color

time_zone_select

time_zone_select(object, method, priority_zones = nil, options = {}, html_options = {}) Instance Public methods Returns select and option tags for the given object and method, using time_zone_options_for_select to generate the list of option tags. In addition to the :include_blank option documented above, this method also supports a :model option, which defaults to ActiveSupport::TimeZone. This may be used by users to specify a different time zone model object. (See time_zone_optio