class ExtractingId::Segue
Public Instance Methods
==(type)
click to toggle source
Calls superclass method
ExtractingId::Type#==
# File lib/extracting_id.rb, line 83 def == (type) Segue === type && super(type) end
class_name()
click to toggle source
# File lib/extracting_id.rb, line 80 def class_name "Segue" end