RubyGems Navigation menu

superators 0.9.1

FEATURES/PROBLEMS: * Presently a superator operand must support having a singleton class. Because true, false, nil, Symbols, and Fixnums are all specially optimized for in MRI and cannot have singleton classes, they can’t be given to a superator. There are ways this can be potentially accounted for, but nothing is in place at the moment, causing this to be classified as a bug. * When defining a superator in a class, any operators overloaded after the superator definition will override a superator definition. For example, if you create the superator "<—" and then define the <() operator, the superator will not work. In this case, the superator’s definition should be somewhere after the <() definition. * Superators work by handling a binary Ruby operator specially and then building a chain of unary operators after it. For this reason, a superator must match the regexp /^(**|*|/|%|+|-|<<|>>|&|||^|<=>|>=|<=|<|>|===|==|=~)(-|~|+)+$/. == SYNOPSIS:

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.9.1 - August 29, 2007* (9.0 KB)
  2. 0.9.0 - August 21, 2007* (9.0 KB)

Runtime 依赖 (1):

hoe >= 1.3.0

业主:

作者:

  • Jay Phillips

SHA 256 校验和:

6399e736ad577dea40acdd28d3a1bcd143015752d9d32290129ef0c2d720d47e

下载总量 8,523

这个版本 5,215

许可:

需要的 Ruby 版本: > 0.0.0

链接: