Method: Mustang::V8::Boolean#^

Defined in:
lib/mustang/v8/boolean.rb

#^(other) ⇒ Object



24
25
26
# File 'lib/mustang/v8/boolean.rb', line 24

def ^(other)
  to_bool ^ other
end