class Warbler::War
Warbler::War is Deprecated. Please use Warbler::Jar.
Public Class Methods
new(*)
click to toggle source
Calls superclass method
Warbler::Jar.new
# File lib/warbler/jar.rb, line 315 def initialize(*) super $stderr.puts "Warbler::War is deprecated. Please replace all occurrences with Warbler::Jar." end