Sha256: f213ca3fa07d674cbf995a0b694d36b85497fe007ac6dc3c1f57d05fb8bc3871
Contents?: true
Size: 120 Bytes
Versions: 4
Compression:
Stored size: 120 Bytes
Contents
class Object def self.const_missing(const) require const.to_s.to_snake_case Object.const_get(const) end end
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
panda_frwk-0.1.0 | lib/panda/dependencies.rb |
vundabar-0.2.0 | lib/vundabar/dependencies.rb |
vundabar-0.1.0 | lib/vundabar/dependencies.rb |
mgt-0.1.0 | lib/mgt/dependencies.rb |