1 2 p 'A'[0]
1 ?A.to_s(base=2)
suggested by Gregarican found here ...
http://www.tek-tips.com/viewthread.cfm?qid=1026407&page=1
You need to create an account or log in to post comments to this site.
13495 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 2 p 'A'[0]
1 ?A.to_s(base=2)
You need to create an account or log in to post comments to this site.