1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: ruby-forwardable-extended
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 10~),
gem2deb
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-forwardable-extended.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-forwardable-extended.git
Homepage: http://github.com/envygeeks/forwardable-extended
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-forwardable-extended
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Forwardable with hash and instance variable extensions
Provides more Forwardable methods for your source as
Forwardable::Extended.
.
- Any delegation can accept `alias_of' which will be the message sent
to the object.
- You can send arguments by attaching the keyword `:args => [:my_arg]',
these are sent a `#to_s message.'
- Any delegation can be boolean if you wish it to be, even `:reverse'.
|