Skip to content

Commit 994603e

Browse files
committed
Merge pull request #21 from abotalov/fix_yardocs
Fix yard comments
2 parents 16b9f4b + 55e03b9 commit 994603e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/browsermob/proxy/client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ def initialize(resource, host, port)
2626
end
2727

2828
#
29-
# Examples:
30-
#
29+
# @example
3130
# client.new_har("page-name")
3231
# client.new_har("page-name", :capture_headers => true)
3332
# client.new_har(:capture_headers => true)
@@ -154,7 +153,8 @@ def timeouts(timeouts = {})
154153
# Each invocation of the method will add given hosts to existing BrowserMob's DNS cache
155154
# instead of overriding it.
156155
#
157-
# @example remap_dns_hosts('example.com' => '1.2.3.4')
156+
# @example
157+
# remap_dns_hosts('example.com' => '1.2.3.4')
158158
# @param hash [Hash] a hash with domains as keys and IPs as values
159159
#
160160

0 commit comments

Comments
 (0)