Method: ALib::AbstractMain::Param#cast

Defined in:
lib/alib-0.5.1/main.rb

#cast(&b) ⇒ Object



824
825
826
827
828
829
# File 'lib/alib-0.5.1/main.rb', line 824

def cast &b
#--{{{
  b and @cast = b
  cast?  ? @cast : nil
#--}}}
end