module Kernel

ShowCode() runs like ShowCode.parse()

Public Class Methods

ShowCode(target, opts = {}) click to toggle source
# File lib/show_code.rb, line 32
def ShowCode(target, opts = {})
  ShowCode.parse target, opts
end

Private Instance Methods

ShowCode(target, opts = {}) click to toggle source
# File lib/show_code.rb, line 32
def ShowCode(target, opts = {})
  ShowCode.parse target, opts
end