class Book

Public Instance Methods

title() click to toggle source
# File lib/ruby_fall_gem_test.rb, line 4
def title
  "Ruby is Awesome!"
end