Method: Bmg::Sql::SelectList#has_computed_attributes?
- Defined in:
- lib/bmg/sql/nodes/select_list.rb
#has_computed_attributes? ⇒ Boolean
26 27 28 |
# File 'lib/bmg/sql/nodes/select_list.rb', line 26 def has_computed_attributes? sexpr_body.any?{|item| item.is_computed? } end |