Module: Pakyow::Support::Inspectable::ClassMethods
- Defined in:
- lib/pakyow/support/inspectable.rb
Instance Method Summary collapse
-
#inspectable(*inspectables) ⇒ Object
Sets the instance vars and public methods that should be part of the inspection.
Instance Method Details
#inspectable(*inspectables) ⇒ Object
Sets the instance vars and public methods that should be part of the inspection.
39 40 41 |
# File 'lib/pakyow/support/inspectable.rb', line 39 def inspectable(*inspectables) @__inspectables = inspectables.map(&:to_sym) end |