refactor: add basic inspect
TODO: Replace this with a better inspect that properly handles class names etc.
This commit is contained in:
parent
493c04ac45
commit
af5993681d
1 changed files with 4 additions and 1 deletions
|
@ -282,8 +282,11 @@ module Comfpile
|
||||||
@running = false
|
@running = false
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_s
|
def inspect
|
||||||
"#<Compfile::Artefact #{@stage} #{@target}>"
|
"#<Compfile::Artefact #{@stage} #{@target}>"
|
||||||
end
|
end
|
||||||
|
def to_s
|
||||||
|
inspect
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Add table
Add a link
Reference in a new issue