domr 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/domr.rb +2 -2
- metadata +1 -1
data/lib/domr.rb
CHANGED
@@ -13,7 +13,7 @@ class Domr
|
|
13
13
|
# example.com taken
|
14
14
|
# example.net taken
|
15
15
|
# example.org taken
|
16
|
-
# =>
|
16
|
+
# => true
|
17
17
|
#
|
18
18
|
# Arguments:
|
19
19
|
# query: (String)
|
@@ -56,6 +56,6 @@ class Domr
|
|
56
56
|
puts string.color(color).bright
|
57
57
|
end
|
58
58
|
|
59
|
-
|
59
|
+
true
|
60
60
|
end
|
61
61
|
end
|