Class: LPImgApp::Controllers::Root

Inherits:
R
  • Object
show all
Defined in:
lib/easylittleprinter.rb

Overview

If the user visits the root, the application uses plausible deniability. They shouldn’t be there.

Instance Method Summary collapse

Instance Method Details

#getObject



21
22
23
# File 'lib/easylittleprinter.rb', line 21

def get
    p "Body? What body? I never heard of a body!"
end