17 lines
189 B
Ruby
17 lines
189 B
Ruby
module Carto
|
|
module Gme
|
|
|
|
module Convert
|
|
|
|
def components
|
|
raise 'not implemented'
|
|
end
|
|
|
|
def bounds
|
|
raise 'not implemented'
|
|
end
|
|
end
|
|
|
|
end
|
|
end
|