Class: Hotdog::Commands::Search::ExpressionNode
- Inherits:
-
Object
- Object
- Hotdog::Commands::Search::ExpressionNode
show all
- Defined in:
- lib/hotdog/commands/search.rb
Instance Method Summary
collapse
Instance Method Details
#evaluate(environment, options = {}) ⇒ Object
227
228
229
|
# File 'lib/hotdog/commands/search.rb', line 227
def evaluate(environment, options={})
raise(NotImplementedError)
end
|
#optimize(options = {}) ⇒ Object
231
232
233
|
# File 'lib/hotdog/commands/search.rb', line 231
def optimize(options={})
self
end
|