class RSpec::Core::World

def syntax_highlighter

Other tags:
    Private: -
def syntax_highlighter
  @syntax_highlighter ||= Formatters::SyntaxHighlighter.new(@configuration)
end