Method: Sequitur::Production#empty?
- Defined in:
- lib/sequitur/production.rb
#empty? ⇒ Boolean
Is the rhs empty? @ return true if the rhs has no members.
51 52 53 |
# File 'lib/sequitur/production.rb', line 51 def empty? return rhs.empty? end |