class Xumlidot::Types::Arguments
Container class
Public Instance Methods
to_s()
click to toggle source
# File lib/xumlidot/types/arguments.rb, line 9 def to_s each.map(&:to_s).join(', ') end
Container class
# File lib/xumlidot/types/arguments.rb, line 9 def to_s each.map(&:to_s).join(', ') end