Method: Forrst::Post#content

Defined in:
lib/forrst/post.rb

#contentObject (readonly)

The content of the post. If it’s a question this field contains the question, if it’s a code post it will contain the code attached to the post.

Author:

  • Yorick Peterse

Since:

  • 0.1a



175
176
177
# File 'lib/forrst/post.rb', line 175

def content
  @content
end