file name overflow fixed
This commit is contained in:
parent
a59b709021
commit
3f0d807955
6 changed files with 17 additions and 3 deletions
|
@ -22,4 +22,8 @@ class Tree
|
|||
def is_blob?
|
||||
tree.is_a?(Grit::Blob)
|
||||
end
|
||||
|
||||
def empty?
|
||||
data.blank?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue