class Anvil::Versioner::NotSupportedTerm
Public Class Methods
new(term)
click to toggle source
Calls superclass method
# File lib/anvil/versioner.rb, line 7 def initialize(term) super("Not supported term: #{term}") end