Method: Xumlidot::Parsers::Args#process_const
- Defined in:
- lib/xumlidot/parsers/args.rb
#process_const(exp) ⇒ Object
const means that we have a constant assignment such as (a = Foo)
51 52 53 54 |
# File 'lib/xumlidot/parsers/args.rb', line 51 def process_const(exp) @argument.default = exp.value.to_s s() end |