class Github::API::Config::PropertySet

def each

Other tags:
    Api: - public

Returns:
  • (self) -

Other tags:
    Yieldparam: property -

Other tags:
    Yield: -
def each
  return to_enum unless block_given?
  @map.each { |name, property| yield property if name.is_a?(Symbol) }
  self
end