Sha256: f06f594a70c83421bf8af980398f962bd7777e1c6a1421961fbcd62d17bb89ce
Contents?: true
Size: 107 Bytes
Versions: 2
Compression:
Stored size: 107 Bytes
Contents
module Danica module BaseOperations def +(other) return Sum.new(self, other) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
danica-2.0.3 | lib/danica/base_operations.rb |
danica-2.0.2 | lib/danica/base_operations.rb |