Class: MeatWrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/meatwrapper.rb

Class Method Summary collapse

Class Method Details

.get_chatsObject



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