index
:
ruby-libmpd.git
master
Ruby MPD client library.
David Vazgenovich Shakaryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
mpdlib.rb
2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpdlib.rb b/mpdlib.rb
index 8cd14a6..bd25637 100644
--- a/
mpdlib.rb
+++ b/
mpdlib.rb
@@ -45,5 +45,7 @@ class MPD
field, value = line.split(': ')
hash[field] = value
end
+
+ return hash
end
end