tokenize(src, filename = '-', lineno = 1) Class Public methods Tokenizes the Ruby program and returns an array of strings. p Ripper.tokenize("def m(a) nil end") # => ["def", " ", "m", "(", "a", ")", " ", "nil", " ", "end"]
ary.hash â fixnum Instance Public methods Compute a hash-code for this array. Two arrays with the same content will have the same hash code (and will compare using eql?).
alert_warning(statement, question=nil) Instance Public methods Display a warning in a location expected to get error messages. Will ask question if it is not nil.
selection_add(*nodes) Instance Public methods
alert(*args) Instance Public methods
set_translation(locale, src_str, trans_str=None, enc='utf-8') Instance Public methods
restore_from_file(node, file, keys={}) Instance Public methods
all() Class Public methods Returns all mailer preview classes
package_name() Class Public methods
do_attrs() Instance Public methods Scans content for rb_attr and rb_define_attr
Page 793 of 2275