lib/laximo.rb in laximo-0.4.1 vs lib/laximo.rb in laximo-0.4.2
- old
+ new
@@ -32,8 +32,16 @@
def oem
::Laximo::Oem.new
end # oem
+ def deprecated!
+
+ puts "***"
+ puts "*** DEPRECATION WARNING! Method `#{caller[0][/`.*'/][1..-2]}` is deprecated and will not support in the future"
+ puts "***"
+
+ end # depreecated!
+
end # Laximo
require 'laximo/defaults'