attr_combined_accessor 1.1.1
Combined reader/writer accessors in Ruby, ideal for chaining or DSLs. This is useful for when you want to expose a DSL to an external file (think Rakefile like setup) and want to hide the fact the code is actually running inside a class with a structure.
Gemfile:
=
install:
=
Development Dependencies (7):
filewatcher
~> 1.1, >= 1.1.1
pry-byebug
~> 3.9, >= 3.9.0
rspec
~> 3.10, >= 3.10.0
rubocop
~> 1.4, >= 1.4.2
rubocop-rspec
~> 2.0, >= 2.0.0
simplecov
~> 0.20, >= 0.20.0
simplecov-lcov
~> 0.8, >= 0.8.0