Method: Sequitur::Production#refcount
- Defined in:
- lib/sequitur/production.rb
#refcount ⇒ Object (readonly)
The reference count (= how times other productions reference this one)
21 22 23 |
# File 'lib/sequitur/production.rb', line 21 def refcount @refcount end |