class Rus3::NotImplementedYetError

Public Class Methods

new(feature) click to toggle source
Calls superclass method
# File lib/rus3/error.rb, line 153
def initialize(feature)
  super(EMSG[:not_implemented_yet] % feature)
end