Sha256: 69d7b901af537d3be4c23c1716d4c711395a2f05cd249244b6223d86c419c093
Contents?: true
Size: 126 Bytes
Versions: 2
Compression:
Stored size: 126 Bytes
Contents
module ConvertUnit def self.all_classes constants.select do |k| const_get(k).instance_of? Class end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
convert_unit-1.0.0 | lib/convert_unit/convert_unit.rb |
convert_unit-0.2.0 | lib/convert_unit/convert_unit.rb |