class Array
Public Instance Methods
to_ralphql()
click to toggle source
# File lib/ralphql/inflections.rb, line 28 def to_ralphql "[#{map(&:to_ralphql).join(', ')}]" end
# File lib/ralphql/inflections.rb, line 28 def to_ralphql "[#{map(&:to_ralphql).join(', ')}]" end