81 82 83
# File 'lib/less/loader.rb', line 81 def self.puts(*args) args.each { |arg| STDOUT.puts(arg) } end