# File lib/kwartz/node.rb, line 120 def self.new_without_newline(code, kind=nil) stmt = self.new(code, kind) stmt.no_newline = true return stmt end