Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/ralphql/inflections.rb

Instance Method Summary collapse

Instance Method Details

#to_ralphqlObject



28
29
30
# File 'lib/ralphql/inflections.rb', line 28

def to_ralphql
  "[#{map(&:to_ralphql).join(', ')}]"
end