Language

Package: ruby-blankslate @ 3.1.3

Synopsis

Abstract base class with no predefined methods

Description

BlankSlate provides an abstract base class with no predefined methods (except for __send__ and __id__). BlankSlate is useful as a base class when writing classes that depend upon method_missing (e.g. dynamic proxies).

Home page
https://github.com/masover/blankslate
Location
gnu/packages/ruby.scm (line: 4034, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?