Method: AppKernel::Function::Options#initialize
- Defined in:
- lib/appkernel/function.rb
#initialize ⇒ Options
Returns a new instance of Options.
143 144 145 146 147 148 149 150 |
# File 'lib/appkernel/function.rb', line 143 def initialize @options = {} @indexed = [] @required = [] @defaults = [] @presets = {} @greedy = nil end |