rocketweekly/lib/rocketchat/room.rb

9 lines
96 B
Ruby
Raw Normal View History

2018-07-09 00:30:21 +00:00
require 'yaml'
module RocketChat
class Room
def show
data.to_yaml
end
end
end