class BinData::LazyEvaluator

def callable?(obj)

def callable?(obj)
  Proc === obj || Method === obj || UnboundMethod === obj
end