Class: Plz::Commands::SchemaFileNotFound

Inherits:
Object
  • Object
show all
Defined in:
lib/plz/commands/schema_file_not_found.rb

Instance Method Summary collapse

Instance Method Details

#callObject



4
5
6
# File 'lib/plz/commands/schema_file_not_found.rb', line 4

def call
  puts "Schema file was not found in #{CommandBuilder::SCHEMA_FILE_PATH_PATTERN}"
end