Class: Arrow::Scalar
- Inherits:
-
Object
- Object
- Arrow::Scalar
- Defined in:
- lib/arrow/scalar.rb
Instance Method Summary collapse
-
#equal_scalar?(other, options = nil) ⇒ Boolean
‘true` if both of them have the same data, `false` otherwise.
Instance Method Details
#equal_scalar?(other, options = nil) ⇒ Boolean
Returns ‘true` if both of them have the same data, `false` otherwise.
28 29 30 |
# File 'lib/arrow/scalar.rb', line 28 def equal_scalar?(other, =nil) (other, ) end |