lib/qipowl/bowlers/html.rb in qipowl-0.9.1 vs lib/qipowl/bowlers/html.rb in qipowl-0.9.2

- old
+ new

@@ -67,9 +67,15 @@ {:class => ∃_regular(canonize(__callee__))[:class]}, args ) end + # `:self` default handler + # @param [Array] args the words, gained since last call to {#harvest} + def ∀_self *args + [tagify(∃_self_tag(__callee__), {:class => ∃_self(__callee__)[:class]}, __callee__), args] + end + ############################################################################## ### Grip :: Specific handlers ### ############################################################################## # Handler for abbrs. # @param [Array] args the words, gained since last call to {#harvest} \ No newline at end of file