class Taketo::GroupResolver

Public Instance Methods

nodes() click to toggle source
Calls superclass method
# File lib/taketo/group_resolver.rb, line 6
def nodes
  super.select { |n| [Taketo::Constructs::Config, Taketo::Constructs::Project, Taketo::Constructs::Environment, Taketo::Constructs::Group].include?(n.class) }
end