class SetupTool

Public Instance Methods

install(toolname) click to toggle source
# File lib/protk/setup_tool.rb, line 15
def install toolname
        Rake.application.invoke_task toolname
end