class Object
Constants
- GST_AVAILABLE_VER
- GST_MINIMUM_VER
- KEY
Reusable IMPLANTATION
Hash
key, since instances of the same Struct subclass are equal: irb> Pair = Struct.new(:uno, :dos) irb> lol = Pair.new(:a, 1) irb> rofl = Pair.new(:a, 1) irb> lol === rofl> true¶ ↑
- TripleCounter
- VIPS_AVAILABLE_VER
- VIPS_MINIMUM_VER
Public Class Methods
media_molecules()
click to toggle source
Returns a Set of our discovered MediaMolecules.
# File lib/distorted/media_molecule.rb, line 14 def self.media_molecules Cooltrainer::DistorteD::Molecule.constants.map { |molecule| Cooltrainer::DistorteD::Molecule::const_get(molecule) }.to_set end