Class: TC_KeyingAlgorithms::MockRegistry

Inherits:
Object
  • Object
show all
Defined in:
lib/quiz1/t/solutions/Jamis Buck/test/tc_keying-algorithms.rb

Instance Method Summary collapse

Instance Method Details

#service(name) ⇒ Object



8
9
10
11
# File 'lib/quiz1/t/solutions/Jamis Buck/test/tc_keying-algorithms.rb', line 8

def service( name )
  return "found" if name == "something.mock"
  return nil
end