module WhatTheGem::I::Callable

Public Instance Methods

to_proc() click to toggle source
# File lib/whatthegem/i.rb, line 14
def to_proc
  proc { |*args| call(*args) }
end