Module: ThisPersonDoesNotExist

Defined in:
lib/this_person_does_not_exist.rb,
lib/this_person_does_not_exist/version.rb

Defined Under Namespace

Classes: Client, Error

Constant Summary collapse

VERSION =
"0.9.0"

Class Method Summary collapse

Class Method Details

.save_as(path) ⇒ Object



46
47
48
49
# File 'lib/this_person_does_not_exist.rb', line 46

def ThisPersonDoesNotExist.save_as(path)
  @client ||= Client.new
  @client.save_as(path)
end