Class: Xumlidot::Types::Arguments

Inherits:
Array
  • Object
show all
Defined in:
lib/xumlidot/types/arguments.rb

Overview

Container class

Instance Method Summary collapse

Instance Method Details

#to_sObject



9
10
11
# File 'lib/xumlidot/types/arguments.rb', line 9

def to_s
  each.map(&:to_s).join(', ')
end