module Heroku::Command::Stack::Codex

Constants

IN

Legacy translations for cedar => cedar-10 only here for UX purposes to avoid confusion when we say `Sunsetting cedar`.

OUT

Public Class Methods

in(stack) click to toggle source
# File lib/heroku/command/stack.rb, line 52
def self.in(stack)
  IN[stack] || stack
end
out(stack) click to toggle source
# File lib/heroku/command/stack.rb, line 56
def self.out(stack)
  OUT[stack] || stack
end