class Simbiotes::Parse

Public Class Methods

config(string) click to toggle source
# File lib/simbiotes/parse.rb, line 12
def self.config(string)
  JSON.parse(string)
end
message(string) click to toggle source
# File lib/simbiotes/parse.rb, line 8
def self.message(string)
  JSON.parse(string)
end
portal(string) click to toggle source
# File lib/simbiotes/parse.rb, line 16
def self.portal(string)
  JSON.parse(string)
end