Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Should use mrb_int for any object
o=Object.new def o.to_int 1 end p "%*d" % [o, 1]
- Loading branch information