class AuthorEngine::Container
Public Class Methods
new()
click to toggle source
# File lib/author_engine/container.rb, line 6 def initialize end
Public Instance Methods
draw()
click to toggle source
# File lib/author_engine/container.rb, line 12 def draw end
setup()
click to toggle source
# File lib/author_engine/container.rb, line 9 def setup end
update()
click to toggle source
# File lib/author_engine/container.rb, line 15 def update end