class Dire::Other

Public Instance Methods

known?() click to toggle source
# File lib/dire/other.rb, line 3
def known?
  false
end
type() click to toggle source
# File lib/dire/other.rb, line 7
def type
  'other'
end
validate!() click to toggle source
Calls superclass method
# File lib/dire/other.rb, line 11
def validate!
  super && validate_type!('other')
end