Remove explicit self
This commit is contained in:
parent
07171f5527
commit
ac687d3b5f
@ -40,9 +40,9 @@ class Tab < OpenStruct
|
||||
path = keg.join(FILENAME)
|
||||
|
||||
if path.exist?
|
||||
self.from_file(path)
|
||||
from_file(path)
|
||||
else
|
||||
self.dummy_tab
|
||||
dummy_tab
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user