From 5d2a22008fa8ed8b2dbe89c2404a5c9a630fd2d4 Mon Sep 17 00:00:00 2001 From: Daniel Small Date: Sun, 19 Aug 2018 23:24:30 +1000 Subject: [PATCH] Fix TypeError on hover --- lib/solargraph/source/fragment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solargraph/source/fragment.rb b/lib/solargraph/source/fragment.rb index 31ebf4b69..4b2ee0cb7 100644 --- a/lib/solargraph/source/fragment.rb +++ b/lib/solargraph/source/fragment.rb @@ -155,7 +155,7 @@ def remainder # # @return [String] def whole_word - @whole_word ||= word + remainder + @whole_word ||= word + remainder.to_s end # Get the whole signature at the current offset, including the final