Method: Xumlidot::Parsers::Args#process_str

Defined in:
lib/xumlidot/parsers/args.rb

#process_str(exp) ⇒ Object



40
41
42
43
# File 'lib/xumlidot/parsers/args.rb', line 40

def process_str(exp)
  @argument.default = exp.value
  s()
end