Class: Plz::Commands::InvalidJsonFromStdin

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

Instance Method Summary collapse

Instance Method Details

#callObject



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

def call
  puts "Invalid JSON was given from STDIN"
end