Method: Xumlidot::Parsers::Args#process_nil
- Defined in:
- lib/xumlidot/parsers/args.rb
#process_nil(_exp) ⇒ Object
Note - special case since a value of nil for default means we shouldn’t display it and so we use the :nil symbol to represent an *actual assignment of nil* to a variable.
35 36 37 38 |
# File 'lib/xumlidot/parsers/args.rb', line 35 def process_nil(_exp) @argument.default = :nil s() end |