summaryrefslogtreecommitdiff
path: root/libexec/syntax_suggest
AgeCommit message (Collapse)Author
2024-10-18[ruby/syntax_suggest] A gem executable should not use require_relativeBenoit Daloze
Otherwise it makes incorrect assumption about RubyGems layout. https://github.com/ruby/syntax_suggest/commit/04585d820d
2024-10-17[ruby/syntax_suggest] Fallback to load syntax_suggest/api when failing to ↵Hiroshi SHIBATA
load with require_relative. https://github.com/ruby/syntax_suggest/commit/b782897560
2022-08-26Added syntax_suggest cli and resolve failing exapmle with itHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6287