class ExtractingId::Storyboard

Public Instance Methods

==(type) click to toggle source
Calls superclass method ExtractingId::Type#==
# File lib/extracting_id.rb, line 99
def == (type)
  Storyboard === type && super(type)
end
class_name() click to toggle source
# File lib/extracting_id.rb, line 96
def class_name
  "Storyboard"
end