class RabbiRack::Application

Attributes

rabbit[RW]

Public Instance Methods

slide_title() click to toggle source
# File lib/rabbirack/application.rb, line 58
def slide_title
  @rabbit.slide_title
end
title() click to toggle source
# File lib/rabbirack/application.rb, line 54
def title
  "Rabbit"
end