Module: Abstractor::Methods::Models::AbstractorAbstractionGroup::InstanceMethods
- Defined in:
- lib/abstractor/methods/models/abstractor_abstraction_group.rb
Instance Method Summary collapse
-
#removable? ⇒ Boolean
Determines if the group can be removed.
Instance Method Details
#removable? ⇒ Boolean
Determines if the group can be removed.
31 32 33 |
# File 'lib/abstractor/methods/models/abstractor_abstraction_group.rb', line 31 def removable? !system_generated end |