aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_assignment.rb
Commit message (Expand)AuthorAgeFilesLines
* compile.c: fix lhs splat in massignnobu2016-01-101-0/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* compile.c: disallow private readersnobu2015-04-301-5/+5
* compile.c: private reader in op_assignnobu2014-07-191-1/+1
* compile.c, parse.y: private op assignnobu2014-06-061-0/+18
* test_assignment.rb: assignment to private attributenobu2014-06-061-0/+23
* test_assignment.rb: split test_assignnobu2014-06-061-0/+14
* compile.c: assignment result of aset_withnobu2014-01-251-0/+10
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-181-0/+8
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* use require_relative to require marshaltestlib and sentence.akr2008-02-181-1/+2
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-1/+1
* test assignment order.akr2007-08-251-2/+11
* * test/ruby/sentence.rb (Sentence): include Enumerable.akr2007-08-241-33/+41
* sentence.rb documented.akr2007-08-181-1/+1
* * test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr2007-08-181-1/+0
* * test/ruby/sentence.rb: Sentence class implementedakr2007-08-161-8/+8
* variable renaming refined.akr2007-08-081-17/+11
* sentence generator updated.akr2007-07-131-1/+2
* * test/ruby/sentgen.rb: new file.akr2007-07-061-0/+185
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-151-13/+13
* * test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine2007-02-231-7/+87
* * sample/test.rb: update test suites.matz2006-07-101-12/+12
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-88/+88
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-61/+0
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-146/+151
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-7/+7
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-7/+7
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-340/+340
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-326/+326
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+469