Method: Mock5#mounted_apis

Defined in:
lib/mock5.rb

#mounted_apisSet

Returns a set of currently mounted APIs



14
15
16
# File 'lib/mock5.rb', line 14

def mounted_apis
  @_mounted_apis ||= Set.new
end