Class: Module

Inherits:
Object show all
Defined in:
lib/unextendable/module.rb

Instance Method Summary collapse

Instance Method Details

#unextendableObject



3
4
5
# File 'lib/unextendable/module.rb', line 3

def unextendable
  @unextendable = true
end

#unextendable?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/unextendable/module.rb', line 7

def unextendable?
  !!@unextendable
end