class Plz::Commands::InvalidJsonFromStdin
Public Instance Methods
call()
click to toggle source
# File lib/plz/commands/invalid_json_from_stdin.rb, line 4 def call puts "Invalid JSON was given from STDIN" end