Method: Rex::Text.to_raw

Defined in:
lib/rex/text.rb

.to_raw(str) ⇒ Object

Returns the raw string



68
69
70
# File 'lib/rex/text.rb', line 68

def self.to_raw(str)
  return str
end