class FilterRename::UnknownHashCode
Public Class Methods
new(hash_type)
click to toggle source
Calls superclass method
# File lib/filter_rename/utils.rb, line 212 def initialize(hash_type) super "Invalid hash type: #{hash_type}" end