Method: Xumlidot::Parsers::Args#process_colon3
- Defined in:
- lib/xumlidot/parsers/args.rb
#process_colon3(exp) ⇒ Object
Colon2 means that we have a constant assignment such as (a = ::Foo::Bar) again see the note in colon2 about how to proceed
83 84 85 86 |
# File 'lib/xumlidot/parsers/args.rb', line 83 def process_colon3(exp) process_colon2(exp) @argument.default = "::#{argument.default}" end |