Method: Scimitar::Supportable.supported

Defined in:
app/models/scimitar/supportable.rb

.supportedObject



6
7
8
# File 'app/models/scimitar/supportable.rb', line 6

def self.supported
  new(supported: true)
end