lib/wagn.rb in wagn-1.14.9 vs lib/wagn.rb in wagn-1.15.pre
- old
+ new
@@ -21,24 +21,7 @@
end
def gem_root
WAGN_GEM_ROOT
end
-
- def with_logging method, opts, &block
- if Wagn::Log::Performance.enabled_method? method
- Wagn::Log::Performance.with_timer(method, opts) do
- block.call
- end
- else
- block.call
- end
- end
-
-
- def future_stamp
- ## used in test data
- @@future_stamp ||= Time.local 2020,1,1,0,0,0
- end
end
-
end