Sha256: 665ffaaaa4cd5bc9e64404567dca3aa4e587147ba352d434f94c0d049be47612
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
module Hanami module Commands class DB class Abstract attr_reader :environment def initialize(options) @options = options @environment = Hanami::Environment.new(options) @environment.require_application_environment end def start raise NotImplementedError end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems