6 lines
76 B
Ruby
6 lines
76 B
Ruby
|
|
require_relative 'base'
|
||
|
|
|
||
|
|
module TesterConnector
|
||
|
|
class Key < Base
|
||
|
|
end
|
||
|
|
end
|