class Photish::Command::Credits

Public Instance Methods

run() click to toggle source
# File lib/photish/command/credits.rb, line 4
def run
  puts "#{Photish::CONTACT}"
end