module WtfplInit
Constants
- VERSION
- WTFPL_PLAIN_TEXT_URI
Public Class Methods
fetch()
click to toggle source
# File lib/wtfpl_init.rb, line 9 def self.fetch URI.parse(self::WTFPL_PLAIN_TEXT_URI).read end
# File lib/wtfpl_init.rb, line 9 def self.fetch URI.parse(self::WTFPL_PLAIN_TEXT_URI).read end