class RbSys::ToolchainInfo

def all

def all
  @all ||= DATA.keys.map { |k| new(k) }
end