Module | Sequel::SQL::BitwiseMethods |
In: |
lib/sequel/sql.rb
|
This defines the bitwise methods: &, |, ^, ~, <<, and >>. Because these methods overlap with the standard BooleanMethods methods, and they only make sense for numbers, they are only included in NumericExpression.