rocketweekly/lib/rocketchat/room.rb

9 lines
96 B
Ruby

require 'yaml'
module RocketChat
class Room
def show
data.to_yaml
end
end
end