Method: Radiator::Type::Array#to_s

Defined in:
lib/radiator/type/array.rb

#to_sObject

[View source]

12
13
14
# File 'lib/radiator/type/array.rb', line 12

def to_s
  @value.to_json
end