mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Otherwise it makes incorrect assumption about RubyGems layout. https://github.com/ruby/syntax_suggest/commit/04585d820d
8 lines
95 B
Ruby
Executable File
8 lines
95 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require "syntax_suggest/api"
|
|
|
|
SyntaxSuggest::Cli.new(
|
|
argv: ARGV
|
|
).call
|