Skip to content

Commit

Permalink
reformat OptionParser#print_help_info docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Jan 24, 2014
1 parent d549ee6 commit 16b2bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/option_parser.fy
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ class OptionParser {

def print_help_info {
"""
Displays the @--help information on @*stdout* based on all options that were registered via @OptionParser#with:doc:do:@.
Displays the @--help information on @*stdout* based on all options that
were registered via @OptionParser#with:doc:do:@.
"""

max_size = @options map: |name opt| { opt name_with_arg size } . max
Expand Down

0 comments on commit 16b2bd7

Please sign in to comment.