Make mac_format? private

This commit is contained in:
Joshua Peek
2013-06-09 20:48:45 -05:00
parent 91284e5530
commit c7100be139
2 changed files with 2 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ module Linguist
@line_split_character ||= (mac_format?? "\r" : "\n")
end
# Public: Is the data in ** Mac Format **. This format uses \r (0x0d) characters
# Private: Is the data in ** Mac Format **. This format uses \r (0x0d) characters
# for line ends and does not include a \n (0x0a).
#
# Returns true when mac format is detected.