lib/tty/support/utils.rb in tty-0.0.11 vs lib/tty/support/utils.rb in tty-0.1.0

- old
+ new

@@ -1,6 +1,6 @@ -# -*- encoding: utf-8 -*- +# encoding: utf-8 module TTY module Utils extend self @@ -10,8 +10,7 @@ def extract_options(args) options = args.last options.respond_to?(:to_hash) ? options.to_hash.dup : {} end - end # Utils end # TTY