Class: GhostWheel::Expression::Empty
- Inherits:
-
GhostWheel::Expression
- Object
- GhostWheel::Expression
- GhostWheel::Expression::Empty
- Includes:
- Singleton
- Defined in:
- lib/ghost_wheel/expression/empty.rb
Instance Method Summary collapse
Methods inherited from GhostWheel::Expression
Instance Method Details
#uncached_parse(not_used, cache) ⇒ Object
10 11 12 |
# File 'lib/ghost_wheel/expression/empty.rb', line 10 def uncached_parse(not_used, cache) EmptyParseResult.instance end |