inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Understanding options of hash argument #24

Closed yous closed 10 years ago

yous commented 10 years ago
option - The Hash options used to refine the parent Board
         (default: { parent_board: nil }):
         :parent_board - The Board which is wanted to get child list of it
                         (optional).

But it suggests Describe the parameter "parent_board:"..


Re: [B] Board.get_list in yous/loco

rrrene commented 10 years ago

This is a problem Inch has with Ruby's named parameters.

There is already a failing test for that (to remind me of the shame of not suporting them) ...

rrrene commented 10 years ago

Inch 0.5.5 adds support for named parameters. Please re-open this ticket if it doesn't work for you.