type now means class name
update reader (with new type definition) remove type class (now symbol) update all types to class name symbols
This commit is contained in:
@ -26,7 +26,7 @@ module Virtual
|
||||
end
|
||||
attr_reader :integer
|
||||
def type
|
||||
Phisol::Integer
|
||||
:Integer
|
||||
end
|
||||
def fits_u8?
|
||||
integer >= 0 and integer <= 255
|
||||
|
Reference in New Issue
Block a user