strip_newlines(text) Instance Public methods Strips leading and trailing n characters from text
new(parent, mode=nil, *args) Class Public methods
name() Instance Public methods
to_json(*) Instance Public methods Returns a JSON string for false: 'false'.
Math.ldexp(flt, int) â float Class Public methods Returns the value of flt*(2**int). fraction, exponent = Math.frexp(1234) Math.ldexp(fraction, exponent) #=> 1234.0
param_key(record_or_class) Class Public methods Returns string to use for params names. It differs for namespaced models regarding whether it's inside isolated engine. # For isolated engine: ActiveModel::Naming.param_key(Blog::Post) # => "post" # For shared engine: ActiveModel::Naming.param_key(Blog::Post) # => "blog_post"
mainloop_abort_on_exception() Class Public methods
update() Instance Public methods Update session state. A no-op.
sdbm.include?(key) â true or false Instance Public methods Returns true if the database contains the given key.
execute() Instance Public methods
Page 350 of 2275