mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00

``` $ ruby tool/sync_default_gems.rb syntax_suggest Sync ruby/syntax_suggest ``` https://github.com/ruby/syntax_suggest/pull/161
5 lines
76 B
Ruby
5 lines
76 B
Ruby
# frozen_string_literal: true
|
|
|
|
module SyntaxSuggest
|
|
VERSION = "1.0.1"
|
|
end
|