Class: CodeRay::Encoders::Statistic::TypeStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/coderay/encoders/statistic.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



13
14
15
# File 'lib/coderay/encoders/statistic.rb', line 13

def count
  @count
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



13
14
15
# File 'lib/coderay/encoders/statistic.rb', line 13

def size
  @size
end