class Pakyow::Support::SafeString
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/pakyow/support/safe_string.rb, line 8 def initialize(*) super; freeze end
Public Instance Methods
to_s()
click to toggle source
# File lib/pakyow/support/safe_string.rb, line 12 def to_s self end