class Friends::Note
Public Class Methods
deserialization_expectation()
click to toggle source
@return [Regexp] the string of what we expected during deserialization
# File lib/friends/note.rb, line 15 def self.deserialization_expectation "[YYYY-MM-DD]: [Note]" end