class Rus3::UnsupportedFeatureError

Public Class Methods

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