rocketweekly/lib/rocketchat/room.rb
2018-07-09 08:30:21 +08:00

9 lines
96 B
Ruby

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