Returns a new instance of Enter.
7 8 9 10 11
# File 'lib/miu/messages/enter.rb', line 7 def initialize(options = {}) options[:type] ||= 'enter' options[:content] = Miu::Utility.adapt(Resources::EnterContent, options[:content] || {}) super end