bin/inqlude in inqlude-0.0.3 vs bin/inqlude in inqlude-0.0.4
- old
+ new
@@ -17,17 +17,9 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
require File.expand_path('../../lib/inqlude',__FILE__)
-def get_involved text, id = nil
- puts "You can help and get involved:"
- puts text
- if id
- puts "More info: https://github.com/cornelius/inqlude/issues/#{id}"
- end
-end
-
distro = Distro.detect
if !distro
STDERR.puts "Warning: unable to detect distro."
end