class CC::Yaml::Parser::Psych::SetNode

Public Instance Methods

children() click to toggle source
Calls superclass method
# File lib/cc/yaml/parser/psych.rb, line 10
def children
  super.select.with_index { |_,i| i.even? }
end