Skip to content

nvijayap/bornin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

bornin

Where was this Ruby method born, and how did it evolve?
http:https://rubygems.org/gems/bornin

install

gem install colorize # => dependency
gem install bornin

use

require 'bornin'

bornin 'p'
bornin 'puts'
bornin 'class_eval'
bornin 'module_eval'
bornin 'instance_eval'
bornin 'join'

bornin 'p', String
bornin 'puts', String
bornin 'class_eval', String
bornin 'module_eval', String
bornin 'instance_eval', String
bornin 'join', Array

comments

Feel free to provide comments

LICENSE

Apache License
Version 2.0, January 2004
http:https://www.apache.org/licenses/

About

Where was this Ruby method born, and how it did it evolve?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages