module Itamae::Backend

Constants

CommandExecutionError
SourceNotExistError
UnknownBackendTypeError

Public Class Methods

create(type, opts = {}) click to toggle source
# File lib/itamae/backend.rb, line 32
def create(type, opts = {})
  self.const_get(type.capitalize).new(opts)
end