Method: Moft::Post#inspect

Defined in:
lib/moft/post.rb

#inspectObject

Returns the shorthand String identifier of this Post.



311
312
313
# File 'lib/moft/post.rb', line 311

def inspect
  "<Post: #{self.id}>"
end