Method: SubObject#subsize

Defined in:
lib/sub_object.rb

#subsizeObject

Returns usually the size (Integer).

Returns:

  • usually the size (Integer)



120
121
122
# File 'lib/sub_object.rb', line 120

def subsize
  @isize
end