40 41 42 43
# File 'lib/sqew.rb', line 40 def inline=(inline) self.backend = Sqew::Backend::Immediate.new if inline @inline = inline end