lib/tickly/node_processor.rb in tickly-2.1.0 vs lib/tickly/node_processor.rb in tickly-2.1.2
- old
+ new
@@ -22,11 +22,10 @@
#
# e = Tickly::NodeProcessor.new
# e.add_node_handler_class Blur
# e.parse(File.open("/path/to/script.nk")) do | blur_node |
# # do whatever you want to the node instance
- # end
# end
class NodeProcessor
def initialize
@evaluator = Tickly::Evaluator.new
@parser = Ratchet.new
@@ -76,6 +75,6 @@
# Still return nil
return nil
end
end
-end
\ No newline at end of file
+end