class Haml::Whitespace

Public Instance Methods

on_whitespace() click to toggle source
# File lib/haml/whitespace.rb, line 4
def on_whitespace
  [:static, "\n"]
end