class Solargraph::Workspace
def remove filename
-
(Boolean)- True if the source was removed from the workspace
Parameters:
-
filename(String) --
def remove filename return false unless source_hash.key?(filename) source_hash.delete filename true end