Method: Rex::Text.to_raw

Defined in:
lib/rex/text.rb

.to_raw(str) ⇒ Object

Returns the raw string



371
372
373
# File 'lib/rex/text.rb', line 371

def self.to_raw(str)
  return str
end