module Ameba::Formatter::Util

Extended Modules

Direct including types

Defined in:

ameba/formatter/util.cr

Instance Method Summary

Instance Method Detail

def affected_code(issue : Issue, context_lines = 0, max_length = 120, ellipsis = " ...", prompt = "> ") #

def affected_code(code, location, end_location = nil, context_lines = 0, max_length = 120, ellipsis = " ...", prompt = "> ") #

def context(lines, lineno, context_lines = 3, remove_empty = true) #

def deansify(message : String | Nil) : String | Nil #

def trim(str, max_length = 120, ellipsis = " ...") #