Method: Spider::QueryFuncs::Function#as
- Defined in:
- lib/spiderfw/model/query_funcs.rb
#as(name) ⇒ Object
97 98 99 |
# File 'lib/spiderfw/model/query_funcs.rb', line 97 def as(name) SelectFunction.new(self, name) end |
97 98 99 |
# File 'lib/spiderfw/model/query_funcs.rb', line 97 def as(name) SelectFunction.new(self, name) end |