class RunThisAsync::Callee::Encoder

Public Instance Methods

call() click to toggle source
# File lib/run_this_async/callee/encoder.rb, line 6
def call
  if callee.instance_of?(Class)
    return callee.to_s
  end

  callee
end