Skip to content

Commit 2bc0d8c

Browse files
committed
refactor sketch creator and tests
1 parent 93f31fb commit 2bc0d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/jruby_art/creators/sketch_writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def write
4141
# Implements methods and class_methods omits blank line after draw
4242
# uses private method_lines to format method lines
4343
class Sketch
44-
attr_reader :param, :lines
44+
attr_reader :param
4545

4646
def initialize(param)
4747
@param = param

0 commit comments

Comments
 (0)