Sha256: 0c25cf26bea50b568d60c8a6cd6458db7b958b98f24c046dfe351dc9802636bf
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
module Danica class Function class Sum < Chained private def tex_symbol '+' end def gnu_symbol '+' end def chain_operation(a, b) a + b end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
danica-1.2.0 | lib/danica/function/sum.rb |
danica-1.1.0 | lib/danica/function/sum.rb |
danica-1.0.0 | lib/danica/function/sum.rb |