mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
7969f6791f
commit
03a77c03eb
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ module SyntaxSuggest
|
|||
#
|
||||
# 1. Sanitize/format input source
|
||||
# 2. Search for invalid blocks
|
||||
# 3. Format invalid blocks into something meaninful
|
||||
# 3. Format invalid blocks into something meaningful
|
||||
#
|
||||
# This class handles the third part.
|
||||
#
|
||||
|
|
|
@ -10,7 +10,7 @@ module SyntaxSuggest
|
|||
#
|
||||
# 1. Sanitize/format input source
|
||||
# 2. Search for invalid blocks
|
||||
# 3. Format invalid blocks into something meaninful
|
||||
# 3. Format invalid blocks into something meaningful
|
||||
#
|
||||
# This class handles the first part.
|
||||
#
|
||||
|
|
|
@ -8,7 +8,7 @@ module SyntaxSuggest
|
|||
#
|
||||
# 1. Sanitize/format input source
|
||||
# 2. Search for invalid blocks
|
||||
# 3. Format invalid blocks into something meaninful
|
||||
# 3. Format invalid blocks into something meaningful
|
||||
#
|
||||
# The Code frontier is a critical part of the second step
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue