trace_vdelete(opts,cmd) Instance Public methods Alias for: trace_remove
new(src, filename = '-', lineno = 1) Class Public methods Creates a new Ripper::Filter instance, passes parameters src, filename, and lineno to Ripper::Lexer.new The lexer is for internal use only.
colour(fill, border) Instance Public methods Also aliased as: colours, colors, color
save_page(page) Instance Public methods Writes the ri data for page
enable_starttls(context = SMTP.default_ssl_context) Instance Public methods Enables SMTP/TLS (STARTTLS) for this object. context is a OpenSSL::SSL::SSLContext object.
href(x, y) Instance Public methods
array.shelljoin => string Instance Public methods Builds a command line string from an argument list array joining all elements escaped for Bourne shell and separated by a space. See Shellwords.shelljoin for details.
tagid(id) Instance Public methods
output(out, output_width) Instance Public methods
attribute_method_prefix(*prefixes) Instance Public methods Declares a method available for all attributes with the given prefix. Uses method_missing and respond_to? to rewrite the method. #{prefix}#{attr}(*args, &block) to #{prefix}attribute(#{attr}, *args, &block) An instance method #{prefix}attribute must exist and accept at least the attr argument. class Person include ActiveModel::AttributeMethods attr_accessor :name attribute_method_prefix 'clear_' define_at
Page 2179 of 2275