module ThisPersonDoesNotExist

Constants

VERSION

Public Class Methods

save_as(path) click to toggle source
# File lib/this_person_does_not_exist.rb, line 46
def ThisPersonDoesNotExist.save_as(path)
  @client ||= Client.new
  @client.save_as(path)
end