Sha256: 25da6f99304622ed43fa00f011d9f2a0511ed59f4294ef217c7fdae9076291ad
Contents?: true
Size: 247 Bytes
Versions: 120
Compression:
Stored size: 247 Bytes
Contents
class Calculator module Model class Command class Operation < Command class Multiply < Operation keywords '×', '*' def operation_method :* end end end end end end
Version data entries
120 entries across 120 versions & 1 rubygems