• G
    Avoid using heredoc for user warnings · 8c52480b
    Godfrey Chan 提交于
    Using heredoc would enforce line wrapping to whatever column width we decided to
    use in the code, making it difficult for the users to read on some consoles.
    
    This does make the source code read slightly worse and a bit more error-prone,
    but this seems like a fair price to pay since the primary purpose for these
    messages are for the users to read and the code will not stick around for too
    long.
    8c52480b
query_methods.rb 37.6 KB