Class: Bricolage::DynamicDeclarations
- Inherits:
-
Object
- Object
- Bricolage::DynamicDeclarations
- Defined in:
- lib/bricolage/sqlstatement.rb
Overview
Accepts all variable as declared dynamically
Instance Method Summary collapse
Instance Method Details
#[](name) ⇒ Object
219 220 221 |
# File 'lib/bricolage/sqlstatement.rb', line 219 def [](name) Declaration.new(name.to_s, nil) end |
#declared?(name) ⇒ Boolean
212 213 214 |
# File 'lib/bricolage/sqlstatement.rb', line 212 def declared?(name) true end |
#each ⇒ Object
216 217 |
# File 'lib/bricolage/sqlstatement.rb', line 216 def each end |