# File lib/puppet/util/fileparsing.rb, line 212 212: def lines(text) 213: # Remove any trailing separators, and then split based on them 214: # LAK:NOTE See http://snurl.com/21zf8 [groups_google_com] 215: x = text.sub(/#{self.line_separator}\Q/,'').split(self.line_separator) 216: end