global

def Lazily(enumerable)

def Lazily(enumerable)
  Lazily::Proxy.new(enumerable)
end