Source: ruby-facade Maintainer: Debian Ruby Extras Maintainers Uploaders: Michael R. Crusoe Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper (>= 11~), gem2deb Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-facade Vcs-Git: https://salsa.debian.org/ruby-team/ruby-facade.git Homepage: https://github.com/djberg96/facade XS-Ruby-Versions: all Package: ruby-facade Architecture: all Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: facade pattern aide for Ruby The facade library allows you to mixin singleton methods from classes or modules as instance methods of the extending class. . The facade method will forward a singleton method as an instance method of the extending class. If no arguments are provided, then all singleton methods of the class or module become instance methods. XB-Ruby-Versions: ${ruby:Versions}