mirror of
https://github.com/ruby/ruby.git
synced 2026-08-20 00:57:15 +08:00
``` $ ruby tool/sync_default_gems.rb syntax_suggest Sync ruby/syntax_suggest ``` https://github.com/ruby/syntax_suggest/pull/161
6 lines
76 B
Ruby
6 lines
76 B
Ruby
# frozen_string_literal: true
|
|
|
|
module SyntaxSuggest
|
|
VERSION = "1.0.1"
|
|
end
|