Sha256: 61507d61d6bc69c874382d0ce29ac3ad136f69af235e54efaf1a25a883520a4d

Contents?: true

Size: 115 Bytes

Versions: 6

Compression:

Stored size: 115 Bytes

Contents

class Module

  def unextendable
    @unextendable = true
  end

  def unextendable?
    !!@unextendable
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
unextendable-0.1.6 lib/unextendable/module.rb
unextendable-0.1.5 lib/unextendable/module.rb
unextendable-0.1.4 lib/unextendable/module.rb
unextendable-0.1.3 lib/unextendable/module.rb
unextendable-0.1.1 lib/unextendable/module.rb
unextendable-0.1.0 lib/unextendable/module.rb