Method: CodeRay::TokensProxy#each
- Defined in:
- lib/coderay/tokens_proxy.rb
#each(*args, &blk) ⇒ Object
Overwrite Struct#each.
48 49 50 51 |
# File 'lib/coderay/tokens_proxy.rb', line 48 def each *args, &blk tokens.each(*args, &blk) self end |