Skip to content

amerritt14/ruby-glowup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ruby-glowup

Install

First install the gem

$ gem install 'ruby-glowup'

Then require, and include the files to use.

2.7.2 :001 > require 'ruby-glowup'
 => true
2.7.2 :002 > include RubyGlowup
 => Object
2.7.2 :003 > bet?
 => true
2.7.2 :004 > ''.bet?
 => true
2.7.2 :005 > nil.bet?
 => false
2.7.2 :006 > false.bet?
 => false

Options

Your Code RUBY Usage:
Object.bet? !!Object Any ruby object
Object.no_cap? !!Object Any ruby object
Object.on_god? !!Object Any ruby object
Object.cap? !Object Any ruby object
yeet StandardError, "Big mad" raise StandardError, "Big mad" alias for raise

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages