Methods
G
Instance Public methods
greeting()
# File activerecord/test/models/post.rb, line 15
def greeting
  "hello"
end