lib/nydp.rb in nydp-0.4.5 vs lib/nydp.rb in nydp-0.4.6

- old
+ new

@@ -1,8 +1,12 @@ require 'date' require 'set' module Nydp + class << self + attr_accessor :logger # not used by this gem but very useful in your app + end + class Namespace < Hash end # TODO: write VM #apply_function so we have fewer calls to VM.new def self.apply_function ns, function_name, *args