summaryrefslogtreecommitdiff
path: root/libmpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'libmpd.rb')
-rw-r--r--libmpd.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpd.rb b/libmpd.rb
index 0ffcc46..80a75ef 100644
--- a/libmpd.rb
+++ b/libmpd.rb
@@ -7,14 +7,12 @@
require 'socket'
class TrueClass # :nodoc:
- # Return integer 1.
def to_i
return 1
end
end
class FalseClass # :nodoc:
- # Return integer 0.
def to_i
return 0
end