Sha256: bfb0fbfbe8827709dc1baaefc970772e21dd3b7202696d3c0da10dbea84a3a72
Contents?: true
Size: 309 Bytes
Versions: 14
Compression:
Stored size: 309 Bytes
Contents
class String def as_module as_module_name.constantize end def as_module_name camelcase end end class Symbol def as_module to_s.as_module end def as_module_name to_s.as_module_name end end class Module def as_module self end def as_module_name name end end
Version data entries
14 entries across 14 versions & 2 rubygems