Method: SubObject#subsize

Defined in:
lib/sub_object.rb

#subsizeObject

Returns usually the size (Integer).

Returns:

  • usually the size (Integer)



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

def subsize
  @isize
end