Module: Ick
- Defined in:
- lib/ick/bizarro.rb,
lib/ick/tee.rb,
lib/ick/base.rb,
lib/ick/letn.rb,
lib/ick/wrap.rb,
lib/ick/guard.rb,
lib/ick/sugar.rb,
lib/ick/syntax.rb,
lib/ick/advisor.rb,
lib/ick/version.rb
Overview
:nodoc:
Defined Under Namespace
Modules: LetnLambda, VERSION Classes: Advisor, ArrayWrapper, Base, Bizarro, Cletn, Fork, Guard, GuardWrapper, IdentityWrapper, Inside, Invoker, Let, Letn, Maybe, My, Please, Returning, Split, Syntax, Tee, Try, Wrap, Wrapper
Class Method Summary collapse
Class Method Details
.sugarize ⇒ Object
2 3 4 5 6 |
# File 'lib/ick/sugar.rb', line 2 def self.sugarize [Let, Returning, My, Inside, Maybe, Try, Please, Tee, Fork, Letn].each do |clazz| clazz.belongs_to Kernel end end |