Sha256: 47649f73e7a9a6e1f7e57c4b98b0dfe2e47ea31f578e7c94eea7844a71486d8f

Contents?: true

Size: 183 Bytes

Versions: 13

Compression:

Stored size: 183 Bytes

Contents

module Nesta
  def self.deprecated(name, message)
    if Nesta::App.environment != :test
      $stderr.puts "DEPRECATION WARNING: #{name} is deprecated; #{message}"
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
nesta-0.9.11 lib/nesta/nesta.rb
nesta-0.9.10 lib/nesta/nesta.rb
nesta-0.9.9 lib/nesta/nesta.rb
nesta-0.9.8 lib/nesta/nesta.rb
nesta-0.9.7 lib/nesta/nesta.rb
nesta-0.9.5 lib/nesta/nesta.rb
mars-nesta-0.9.6 lib/nesta/nesta.rb
mars-nesta-0.9.5 lib/nesta/nesta.rb
mars-nesta-0.9.4 lib/nesta/nesta.rb
nesta-0.9.4 lib/nesta/nesta.rb
nesta-0.9.3 lib/nesta/nesta.rb
nesta-0.9.2 lib/nesta/nesta.rb
nesta-0.9.1 lib/nesta/nesta.rb