Class: BinData::SingleValue

Inherits:
Object
  • Object
show all
Defined in:
lib/bindata/deprecated.rb

Class Method Summary collapse

Class Method Details

.inherited(subclass) ⇒ Object

:nodoc:



75
76
77
# File 'lib/bindata/deprecated.rb', line 75

def inherited(subclass) #:nodoc:
  fail "BinData::SingleValue is deprecated.  Downgrade to BinData 0.11.1.\nYou will need to make changes to your code before you can use BinData >= 1.0.0"
end