module Runby
The main module
This file is automatically generated by a rake task
Constants
- GENERATED_VERSION
- VERSION
Public Class Methods
sanitize(parameter)
click to toggle source
Just a shortcut method
# File lib/runby_pace/utility/parameter_sanitizer.rb, line 26 def self.sanitize(parameter) Runby::Utility::ParameterSanitizer.sanitize(parameter) end
with_no_warnings() { || ... }
click to toggle source
# File lib/runby_pace/utility/warning_suppressant.rb, line 4 def self.with_no_warnings warning_level = $VERBOSE $VERBOSE = nil result = yield $VERBOSE = warning_level result end