module Rakuna::Provides::Text
Public Instance Methods
content_types_provided()
click to toggle source
Calls superclass method
Rakuna::Provides::Output#content_types_provided
# File lib/rakuna/provides/text.rb, line 11 def content_types_provided @content_types_provided ||= super << ['text/plain', :to_text] end
to_text()
click to toggle source
# File lib/rakuna/provides/text.rb, line 16 def to_text output end