mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,
compile.c, sprintf.c, parse.y, ext/win32ole/win32ole.c, ext/tk/sample/demos-en/entry3.rb, ext/tk/lib/tcltk.rb, ext/openssl/ossl_bn.c, numeric.c, vm.c, benchmark/bm_so_meteor_contest.rb, bignum.c, ruby.c: don't "illegal" for non law violation context. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
817a4e3c83
commit
4cf437519f
18 changed files with 35 additions and 26 deletions
|
|
@ -15,7 +15,7 @@ end
|
|||
# class to represent all information about a particular rotation of a particular piece
|
||||
class Rotation
|
||||
# an array (by location) containing a bit mask for how the piece maps at the given location.
|
||||
# if the rotation is illegal at that location the mask will contain false
|
||||
# if the rotation is invalid at that location the mask will contain false
|
||||
attr_reader :start_masks
|
||||
|
||||
# maps a direction to a relative location. these differ depending on whether it is an even or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue