module ConsoleDetective

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

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/console_detective.rb, line 7
def self.setup
  yield self
end