module Phlex::Callable

def call

def call
  raise NoMethodError
end

def to_proc

def to_proc
  method(:call).to_proc
end