Top Level Namespace

Defined Under Namespace

Modules: Mime, Rad, Tilt Classes: Exception, Hash, Module, Object, String, Time

Instance Method Summary collapse

Instance Method Details

#rad(&block) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/rad/support/micon.rb', line 7

def rad &block
  if block
    Rad.class_eval &block
  else
    Rad
  end
end