lib/jss.rb in ruby-jss-0.10.0a3 vs lib/jss.rb in ruby-jss-0.10.0

- old
+ new

@@ -75,9 +75,12 @@ TRUE_FALSE = [true, false].freeze ### When parsing a date/time data into a Time object, these will return nil NIL_DATES = [0, nil, '', '0'].freeze + ### Empty strings are used in various places + BLANK = ''.freeze + ### Module Variables ##################################### ### The contents of anything piped to stdin, split into lines. See {JSS.stdin} @@stdin_lines = nil