Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
a few more examples
  • Loading branch information
kraih committed Jan 27, 2016
1 parent e1720a6 commit 5108bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Mojo/Parameters.pm
Expand Up @@ -351,6 +351,9 @@ parameters.
Turn parameters into a string.
# "foo=bar&baz=23"
Mojo::Parameters->new->pairs([foo => 'bar', baz => 23])->to_string;
=head1 OPERATORS
L<Mojo::Parameters> overloads the following operators.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojo/URL.pm
Expand Up @@ -467,6 +467,9 @@ provided base URL.
Turn URL into a string.
# "http://mojolicious.org"
Mojo::URL->new->scheme('http')->host('mojolicious.org')->to_string;
=head1 OPERATORS
L<Mojo::URL> overloads the following operators.
Expand Down

0 comments on commit 5108bab

Please sign in to comment.