Class: SmqlToAR::QueryBuilder::Dummy

Inherits:
Object
  • Object
show all
Defined in:
lib/smql_to_ar/query_builder.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *a, &e) ⇒ Object



118
119
120
121
# File 'lib/smql_to_ar/query_builder.rb', line 118

def method_missing m, *a, &e
	#p :dummy => m, :pars => a, :block => e
	self
end