test_returns_success

test_returns_success() Instance Public methods

current_axis_configinfo

current_axis_configinfo(id, slot=nil) Instance Public methods

assert_no_migration

assert_no_migration(relative) Instance Public methods Asserts a given migration does not exist. You need to supply an absolute path or a path relative to the configured destination: assert_no_migration "db/migrate/create_products.rb"

absolute_path

absolute_path() Instance Public methods Returns the absolute path of this instruction sequence. nil if the iseq was evaluated from a string. For example, using ::compile_file: # /tmp/method.rb def hello puts "hello, world" end # in irb > iseq = RubyVM::InstructionSequence.compile_file('/tmp/method.rb') > iseq.absolute_path #=> /tmp/method.rb

sanitize_limit

sanitize_limit(limit) Instance Public methods Sanitizes the given LIMIT parameter in order to prevent SQL injection. The limit may be anything that can evaluate to a string via to_s. It should look like an integer, or a comma-delimited list of integers, or an Arel SQL literal. Returns Integer and Arel::Nodes::SqlLiteral limits as is. Returns the sanitized limit parameter, either as an integer, or as a string which contains a comma-delimited list of integers.

<=>

<=>(other) Instance Public methods Layers additional behavior on DateTime#<=> so that Time and ActiveSupport::TimeWithZone instances can be compared with a DateTime.

gemfile

gemfile() Instance Public methods

item_isopen

item_isopen(item) Instance Public methods Also aliased as: item_is_open, item_isopen?, item_is_open?, item_isopened?, item_is_opened?

itemLeave

itemLeave(c) Instance Public methods

column_cget_tkstring

column_cget_tkstring(tagOrId, option) Instance Public methods Alias for: columncget_tkstring