Module: ConsoleDetective
- Extended by:
- ModAttrAccessor
- Defined in:
- lib/console_detective/mod_attr_accessor.rb,
lib/console_detective.rb,
lib/console_detective/irb.rb,
lib/console_detective/utils.rb,
lib/console_detective/version.rb
Overview
Inspired and simplified from ActiveSupport’s defintion of mattr_accessor github.com/rails/rails/blob/5db5de534106a44070374810a99853f38843b1d2/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb
Defined Under Namespace
Modules: IrbLogger, ModAttrAccessor, Utils
Constant Summary collapse
- VERSION =
"0.1.2".freeze
Class Method Summary collapse
Methods included from ModAttrAccessor
Class Method Details
.setup {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/console_detective.rb', line 7 def self.setup yield self end |