Module: Kernel
- Defined in:
- lib/rol/kernel.rb
Overview
Save some typing by making rol() syntactic sugar for Rol.rol()
Instance Method Summary collapse
Instance Method Details
#rol(*args) ⇒ Object
5 6 7 |
# File 'lib/rol/kernel.rb', line 5 def rol(*args) Rol.rol(*args) end |