Module: Kernel

Defined in:
lib/show_code.rb

Overview

ShowCode() runs like ShowCode.parse()

Class Method Summary collapse

Class Method Details

.ShowCode(target, opts = {}) ⇒ Object



32
33
34
# File 'lib/show_code.rb', line 32

def ShowCode(target, opts = {})
  ShowCode.parse target, opts
end