Skip to content

Commit

Permalink
extending documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Těšínský authored and Jakub Těšínský committed Nov 20, 2014
1 parent 7a52b4f commit 54453f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rspreadsheet/row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def cells(*params)
else raise Exception.new('Wrong number of arguments.')
end
end
## @return [String or Float or Date] value of the cell
# @param coli [Integer] colum index of the cell
# returns value of the cell at column `coli`
# returns value of the cell at column `coli`.
# @return [String or Float or Date] value of the cell
# @param coli [Integer] colum index of the cell
def [](coli); cells(coli).value end
# sets value of the cell at column `coli`
# @param [Integer] colum index of the cell
Expand Down

0 comments on commit 54453f8

Please sign in to comment.