Class: Pho::FileManagement::StatementHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/pho/upload.rb

Overview

Default statement handler, does nothing

Instance Method Summary collapse

Instance Method Details

#handle(statement) ⇒ Object



7
8
9
# File 'lib/pho/upload.rb', line 7

def handle(statement)
  return statement
end