Class: Mobility::Backends::Sequel::Container::JSONBOp

Inherits:
Jsonb::JSONBOp
  • Object
show all
Defined in:
lib/mobility/backends/sequel/container.rb

Instance Method Summary collapse

Methods inherited from Jsonb::JSONBOp

#=~, #to_dash_arrow

Instance Method Details

#to_questionObject



109
110
111
112
# File 'lib/mobility/backends/sequel/container.rb', line 109

def to_question
  left = @value.args[0].value
  JSONBOp === left ? ::Sequel.&(super, left.to_question) : super
end