Class: Forewarn::SetsUpWarnings
- Inherits:
-
Object
- Object
- Forewarn::SetsUpWarnings
- Defined in:
- lib/forewarn/sets_up_warnings.rb
Instance Method Summary collapse
-
#initialize ⇒ SetsUpWarnings
constructor
A new instance of SetsUpWarnings.
- #set_up! ⇒ Object
Constructor Details
#initialize ⇒ SetsUpWarnings
Returns a new instance of SetsUpWarnings.
7 8 9 10 11 |
# File 'lib/forewarn/sets_up_warnings.rb', line 7 def initialize @builds_method_values = BuildsMethodValues.new @remembers_wrapped_methods = RemembersWrappedMethods.new @overrides_methods = OverridesMethods.new end |