Guest User

Untitled

a guest
Apr 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # how should we handle when columns are 0 (which happen quite a bit)?
  2. # I was thinking like this
  3. Formula.counta(:rows => 20..30)
  4. # => R[20]C:R[30]C
  5.  
  6. # Obviously there is a trade off on readability and code density
  7. # So the question, I guess, is requiring :col in the case of :rows required or can it be omitted?
Add Comment
Please, Sign In to add comment