Class: I
- Inherits:
-
Object
- Object
- I
- Defined in:
- lib/em-service-now.rb
Overview
quick hack to show variable contents
Class Method Summary collapse
Class Method Details
.show(var) ⇒ Object
583 584 585 586 587 588 |
# File 'lib/em-service-now.rb', line 583 def self.show( var ) require 'awesome_print' ap var end |