class Plz::Commands::SchemaFileNotFound

Public Instance Methods

call() click to toggle source
# 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