diff options
| author | Randy Morgan <[email protected]> | 2012-04-09 18:44:04 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-09 18:44:04 +0900 |
| commit | 68a7f32a5a55c817085315c18b5e9aa3774f66c1 (patch) | |
| tree | 8329f8c0ee08a048c4e8480f7860b85c49638257 /lib/axlsx/stylesheet | |
| parent | 94c46f253a3fb11557a5c80bb024a8f064ab2f25 (diff) | |
| download | caxlsx-68a7f32a5a55c817085315c18b5e9aa3774f66c1.tar.gz caxlsx-68a7f32a5a55c817085315c18b5e9aa3774f66c1.zip | |
border edges and spec cleanup.
Diffstat (limited to 'lib/axlsx/stylesheet')
| -rw-r--r-- | lib/axlsx/stylesheet/border.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/axlsx/stylesheet/border.rb b/lib/axlsx/stylesheet/border.rb index 60b89b6f..d23e5476 100644 --- a/lib/axlsx/stylesheet/border.rb +++ b/lib/axlsx/stylesheet/border.rb @@ -35,13 +35,6 @@ module Axlsx end end - # Return list of edge names applied to this border - def edges - edges = [] - @prs.each {|pr| edges << pr.name} - edges - end - # @see diagonalUp def diagonalUp=(v) Axlsx::validate_boolean v; @diagonalUp = v end # @see diagonalDown |
