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:



4
5
6
# File 'lib/bindata/deprecated.rb', line 4

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