From 09054cb57f47e27bc8c5ea950604ab37163b57ad Mon Sep 17 00:00:00 2001 From: Daniel Dorado Date: Tue, 1 Sep 2020 12:16:25 +0200 Subject: [PATCH 1/3] Add example to method #17 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14e31ea..5e5b6e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ extract_proc_data My first ruby program. + + It extracts data from proc files from the linux kernel. * /proc/diskstats From 20a3b2f1de64f47e382994bb02e1ebf148240e01 Mon Sep 17 00:00:00 2001 From: Daniel Dorado Date: Tue, 1 Sep 2020 12:17:40 +0200 Subject: [PATCH 2/3] Add example to method #19 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5e5b6e4..14e31ea 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ extract_proc_data My first ruby program. - - It extracts data from proc files from the linux kernel. * /proc/diskstats From 4986e0a4f0e34d9b21cef7d252cbb054eec7f305 Mon Sep 17 00:00:00 2001 From: Daniel Dorado Date: Tue, 1 Sep 2020 12:20:43 +0200 Subject: [PATCH 3/3] Add example to method #21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e31ea..789b50a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ extract_proc_data ================= -My first ruby program. +My first ruby program test. It extracts data from proc files from the linux kernel.