adornable 1.2.0
Adornable provides the ability to cleanly decorate methods in Ruby. You can make and use your own decorators, and you can also use some of the built-in ones that the gem provides. _Decorating_ methods is as simple as slapping a `decorate :some_decorator` above your method definition. _Defining_ decorators can be as simple as defining a method that yields to a block, or as complex as manipulating the decorated method's receiver and arguments, and/or changing the functionality of the decorator based on custom options supplied to it when initially applying the decorator.
Gemfile:
=
安裝:
=
Development 相依性套件 (8):
bundler
~> 2.2
rake
~> 13.0
rspec
~> 3.0
rubocop
~> 1.10
rubocop-performance
~> 1.9
rubocop-rake
~> 0.5
rubocop-rspec
~> 2.2
solargraph
>= 0