lib/gloo/app/mode.rb in gloo-0.6.1 vs lib/gloo/app/mode.rb in gloo-0.7.0
- old
+ new
@@ -13,10 +13,12 @@
SCRIPT = :script # Run a script
VERSION = :version # Show version information
HELP = :help # Show the help screen
TEST = :test # Running in Unit Test mode.
+ #
# Get the default mode.
+ #
def self.default_mode
return EMBED
end
end