class Solargraph::Convention::Base
def environ
-
(Environ)-
def environ EMPTY_ENVIRON end
def match? source
True if the source qualifies for this convention.
def match? source false end
def process
-
(Environ)-
def process match? ? EMPTY_ENVIRON : environ end