planter.rb: Style refactor updates
This commit is contained in:
parent
a2dd7e3b1c
commit
ccf8a3b5f6
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ require_relative './utility'
|
||||||
|
|
||||||
# Planter is the module for creating or editing a tree.
|
# Planter is the module for creating or editing a tree.
|
||||||
module Planter
|
module Planter
|
||||||
|
# A data class
|
||||||
class Plot
|
class Plot
|
||||||
# The tree, trunk, and branches
|
# The tree, trunk, and branches
|
||||||
attr_accessor :tree, :trunk, :branches
|
attr_accessor :tree, :trunk, :branches
|
||||||
|
@ -13,7 +13,6 @@ module Planter
|
||||||
|
|
||||||
# Utilities for editing specific parts of a tree.
|
# Utilities for editing specific parts of a tree.
|
||||||
class Spade
|
class Spade
|
||||||
|
|
||||||
# The file we parse into a tree
|
# The file we parse into a tree
|
||||||
attr_writer :file
|
attr_writer :file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue