mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
490af8dbdb
``` $ tool/sync_default_gems.rb syntax_suggest ```
5 lines
76 B
Ruby
5 lines
76 B
Ruby
# frozen_string_literal: true
|
|
|
|
module SyntaxSuggest
|
|
VERSION = "0.0.1"
|
|
end
|