class ShowStack

Attributes

name[RW]
nickname[RW]

Public Instance Methods

lib() click to toggle source
# File lib/stack_rails.rb, line 8
def lib
  @lib ||= Library.new
end