Project

symbolism

0.0
No commit activity in last 3 years
No release in over 3 years
Converts classes to symbols, and symbols to classes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.10.0

Runtime

~> 0.5.0
 Project Readme

Symbolism

Convert a class to a symbol, and a symbol to a class.

Installation

# gem install symbolism

Usage

After requiring symbolism in your project, You can now convert any symbol to a class, and any class to a symbol.

String.to_sym #==> :string
:string.to_class #==> String