class ROM::SQL::Migration::SchemaDiff::Empty

Public Instance Methods

empty?() click to toggle source
# File lib/rom/sql/migration/schema_diff.rb, line 33
def empty?
  true
end