Hacker News new | ask | show | jobs
by zwp 858 days ago

    def execute(f)
      f.call "test response"
    end

    perform = TOPLEVEL_BINDING.method(:execute)

    perform.call Kernel.method(:puts)