Skip to content

Commit

Permalink
actual bugfix for issue #36: extracted from c0cbc33
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Jun 28, 2012
1 parent 7934798 commit 751179b
Showing 1 changed file with 6 additions and 1 deletion.
@@ -1,3 +1,8 @@
as yet unclassified
canReadFileNamed: aString
^ (aString endsWith: self packageExtension) or: [ aString endsWith: '.tree' ]
^ (aString endsWith: self packageExtension)
or: [
(aString endsWith: '.tree')
or: [
"Cypress format"
aString endsWith: '.package' ] ]

0 comments on commit 751179b

Please sign in to comment.