class Sinatra::Extension::DontCall

def initialize(method) @method = method end

def initialize(method) @method = method end

def inspect; "#<#{self.class}: #{@method}>" end

def inspect; "#<#{self.class}: #{@method}>" end

def method_missing(*) raise "not supposed to use result of #{@method}!" end

def method_missing(*) raise "not supposed to use result of #{@method}!" end