Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/ralphql/inflections.rb
Instance Method Summary collapse
Instance Method Details
#to_ralphql ⇒ Object
28 29 30 |
# File 'lib/ralphql/inflections.rb', line 28 def to_ralphql "[#{map(&:to_ralphql).join(', ')}]" end |