Method: CodeRay::Encoders::Count#begin_group
- Defined in:
- lib/coderay/encoders/count.rb
#begin_group(kind) ⇒ Object Also known as: end_group, begin_line, end_line
29 30 31 |
# File 'lib/coderay/encoders/count.rb', line 29 def begin_group kind @count += 1 end |