mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove unused source type
This commit is contained in:
parent
a3366add13
commit
251bf5bb5e
2 changed files with 0 additions and 17 deletions
src/spectator
|
@ -1,5 +1,3 @@
|
|||
require "./source"
|
||||
|
||||
module Spectator
|
||||
abstract class Example
|
||||
getter group : ExampleGroup
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
module Spectator
|
||||
class Source
|
||||
getter file : String
|
||||
getter line : Int32
|
||||
|
||||
def initialize(@file, @line)
|
||||
end
|
||||
|
||||
def to_s(io)
|
||||
io << file
|
||||
io << ':'
|
||||
io << line
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue