Method: FluentCommandBuilder::FastLinkChecker::V21::FastLinkChecker#check_only
- Defined in:
- lib/fluent_command_builder/command_builders/fastlinkchecker_21.rb
#check_only(wildcards) {|@b| ... } ⇒ Object
143 144 145 146 147 |
# File 'lib/fluent_command_builder/command_builders/fastlinkchecker_21.rb', line 143 def check_only(wildcards) @b.append " -checkOnly #{@b.format wildcards}" yield @b if block_given? self end |