From ccf8a3b5f68bc9f401f35834b18eefea6301ac03 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 7 May 2017 23:52:13 -0400 Subject: [PATCH] planter.rb: Style refactor updates --- lib/sapling/planter.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sapling/planter.rb b/lib/sapling/planter.rb index 4c30739..ac1f82c 100644 --- a/lib/sapling/planter.rb +++ b/lib/sapling/planter.rb @@ -4,7 +4,7 @@ require_relative './utility' # Planter is the module for creating or editing a tree. module Planter - + # A data class class Plot # The tree, trunk, and branches attr_accessor :tree, :trunk, :branches @@ -13,7 +13,6 @@ module Planter # Utilities for editing specific parts of a tree. class Spade - # The file we parse into a tree attr_writer :file