opal/opal-haml.rb in opal-haml-0.2.0 vs opal/opal-haml.rb in opal-haml-0.3.0
- old
+ new
@@ -1,12 +1,8 @@
require 'template'
class Template
class OutputBuffer
- def buffer
- self
- end
-
alias << append
# allow tags in haml to have dynamic attributes
def attributes(class_id, obj_ref, *attributes_hashes)
attributes = class_id