Sha256: 87b14068ee35024cf239a33e5bbfed431c0a01072973893eb5fc0280f29d21ba
Contents?: true
Size: 121 Bytes
Versions: 5
Compression:
Stored size: 121 Bytes
Contents
class Pair def initialize(value, label) @value = value @label = label end attr_accessor :value, :label end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
libruby-0.6.0 | lib/libruby/pair.rb |
libruby-0.5.0 | lib/libruby/pair.rb |
libruby-0.4.2 | lib/libruby/pair.rb |
libruby-0.4.1 | lib/libruby/pair.rb |
libruby-0.4.0 | lib/libruby/pair.rb |