class EacRubyUtils::GemsRegistry

def registered

Returns:
  • (Array) -
def registered
  @registered ||= all_gems.select(&:found?).sort
end