Skip to content

mavax/lazy_proxy

Repository files navigation

Build Status

Efficient lazy proxy for Ruby

Can wrap any object or block returning an object.

LazyProxy.new(:object)
LazyProxy.new { :object }

Block is only evaluated on first use.

About

Efficient lazy proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published