class Gotta::Mod::CLI::Watch
Attributes
options[R]
Public Class Methods
new(options)
click to toggle source
# File lib/gotta/mod/cli/watch.rb, line 7 def initialize(options) @options = options end
Public Instance Methods
run!()
click to toggle source
# File lib/gotta/mod/cli/watch.rb, line 11 def run! puts "Watch Received options #{@options}" ::Gotta::Mod.now end