Method: Map::Arguments#options
- Defined in:
- lib/map/options.rb
#options ⇒ Object
131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
# File 'lib/map/options.rb', line 131 def ||=( if last.is_a?(Hash) = Options.for(pop) .arguments = self push() else = Options.for({}) .arguments = self end ) end |