Class: MeatWrapper
- Inherits:
-
Object
- Object
- MeatWrapper
- Defined in:
- lib/meatwrapper.rb
Class Method Summary collapse
Class Method Details
.get_chats ⇒ Object
4 5 6 7 |
# File 'lib/meatwrapper.rb', line 4 def self.get_chats print File.read(File.dirname(__FILE__)+"/../sausage.txt") JSON.parse(open("https://chat.meatspac.es/get/chats").read) end |