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 338
def initialize(*)
  super
  warn "Warbler::War is deprecated. Please replace all occurrences with Warbler::Jar."
end