Method: MavenWatchr#initialize

Defined in:
lib/maven_watchr.rb

#initialize(command_to_run) ⇒ MavenWatchr

Note that this command will receive a single classname, like App from App.java, appended to it, when it’s used



17
18
19
# File 'lib/maven_watchr.rb', line 17

def initialize command_to_run
 @command_to_run = command_to_run
end