class Object
An addition to the Object
class for vls support.
Public Instance Methods
to_vls_version_string()
click to toggle source
Get the vls version string from this module.
# File lib/vls/monkey_patch.rb, line 6 def to_vls_version_string "version #{self.class} ???" end
vls(filter=/./)
click to toggle source
A simple shortcut method for ease of use in irb and rails console.
Endemic Code Smells
-
:reek:UtilityFunction
# File lib/vls/monkey_patch.rb, line 13 def vls(filter=/./) VersionLS.print_vls(filter) end