planter.rb: Style refactor updates

This commit is contained in:
Bill Niblock 2017-05-07 23:52:13 -04:00
parent a2dd7e3b1c
commit ccf8a3b5f6

View file

@ -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