File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 78
78
# Read this to get a general view what CodeRay provides.
79
79
#
80
80
# == Scanning
81
- #
82
- # Scanning means analysing an input string, splitting it up into Tokens.
83
- # Each Token knows about what type it is: string, comment, class name, etc.
81
+ #
82
+ # Scanning means analysing an input string, splitting it up into Tokens.
83
+ # Each Token knows about what type it is: string, comment, class name, etc.
84
84
#
85
- # Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
86
- # handled by CodeRay::Scanners::Ruby.
85
+ # Each +lang+ (language) has its own Scanner; for example, <tt>:ruby</tt> code is
86
+ # handled by CodeRay::Scanners::Ruby.
87
87
#
88
88
# CodeRay.scan:: Scan a string in a given language into Tokens.
89
89
# This is the most common method to use.
You can’t perform that action at this time.
0 commit comments