Class: Ishapi::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/ishapi/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#puts!(a, b = '') ⇒ Object



6
7
8
9
# File 'app/controllers/ishapi/application_controller.rb', line 6

def puts! a, b=''
  puts "+++ +++ #{b}"
  puts a.inspect
end