Class: Lawkeeper::ScopeFinders::Ohm

Inherits:
Object
  • Object
show all
Defined in:
lib/lawkeeper/scope_finders/ohm.rb

Class Method Summary collapse

Class Method Details

.call(scope) ⇒ Object



4
5
6
# File 'lib/lawkeeper/scope_finders/ohm.rb', line 4

def self.call(scope)
  scope.key.split(':')[0]
end