fix comments
This commit is contained in:
parent
dcb286ec09
commit
1fcac965e9
2 changed files with 3 additions and 3 deletions
|
@ -273,7 +273,7 @@ module MPW
|
||||||
|
|
||||||
# Get an item when multiple choice
|
# Get an item when multiple choice
|
||||||
# @param items [Array] list of items
|
# @param items [Array] list of items
|
||||||
# @return item [Item]
|
# @return [Item] an item
|
||||||
def get_item(items)
|
def get_item(items)
|
||||||
return items[0] if items.length == 1
|
return items[0] if items.length == 1
|
||||||
|
|
||||||
|
@ -414,7 +414,7 @@ module MPW
|
||||||
end
|
end
|
||||||
|
|
||||||
# Text editor interface
|
# Text editor interface
|
||||||
# @param template [String] template name
|
# @param template_name [String] template name
|
||||||
# @param item [Item] the item to edit
|
# @param item [Item] the item to edit
|
||||||
# @param password [Boolean] disable field password
|
# @param password [Boolean] disable field password
|
||||||
# @return [Hash] the values for an item
|
# @return [Hash] the values for an item
|
||||||
|
|
|
@ -221,7 +221,7 @@ module MPW
|
||||||
end
|
end
|
||||||
|
|
||||||
# Search in some csv data
|
# Search in some csv data
|
||||||
# @params options [Hash]
|
# @param options [Hash]
|
||||||
# @return [Array] a list with the resultat of the search
|
# @return [Array] a list with the resultat of the search
|
||||||
def list(**options)
|
def list(**options)
|
||||||
result = []
|
result = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue