class CassSchema::Runner::DropCommandsNotAllowed
Public Class Methods
new(*_)
click to toggle source
Calls superclass method
# File lib/cass_schema/runner.rb, line 5 def initialize(*_) super('Drop commands have been disabled by the :disallow_drops option') end