40 41 42
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 40 def %(other) TensorStream.mod(self, other) end