new file: README.md~

new file:   c/ff~
	modified:   c/main.rb
	renamed:    c/ff -> fichier/ff
	new file:   fichier/index.html
	modified:   m/ReadFile.rb
	new file:   m/ReadFolder.rb
This commit is contained in:
Quentin
2013-12-20 10:27:54 +01:00
parent 0ad36db9a5
commit 761e1e53cb
7 changed files with 45 additions and 4 deletions

View File

@ -2,6 +2,8 @@ class ReadFile
def initialize(pFic)
@fic = File.open(pFic, "r")
end
def getALL
all = @fic.read
@ -15,6 +17,6 @@ class ReadFile
end
end
class TestLink
end