class Mockolate::Types::Array

Public Instance Methods

parse() click to toggle source

Public Methods name: Name of the key specified in params block has_children: Returns children elements of hash

Private Methods _parse_child Returns array with parsed children

# File lib/mockolate/types/array.rb, line 11
def parse
  return name => [].push(*_parse_child)
end