class Object
Constants
- WORDS_PER_MINUTE
Average reading words per minute
Public Instance Methods
get_plain_text(input)
click to toggle source
# File lib/jekyll-reading-time.rb, line 9 def get_plain_text(input) strip_html(strip_pre_tags(input)) end