Class: Module
Instance Method Summary collapse
Instance Method Details
#unextendable ⇒ Object
3 4 5 |
# File 'lib/unextendable/module.rb', line 3 def unextendable @unextendable = true end |
#unextendable? ⇒ Boolean
7 8 9 |
# File 'lib/unextendable/module.rb', line 7 def unextendable? !!@unextendable end |