class CC::Yaml::Nodes::GlobList

Public Instance Methods

allow_child?(child) click to toggle source
# File lib/cc/yaml/nodes/glob_list.rb, line 7
def allow_child?(child)
  !child.value.nil?
end