module Origami::String

Module common to String objects.

Public Instance Methods

eval_js() click to toggle source

Evaluates the current String as JavaScript.

# File lib/origami/javascript.rb, line 660
def eval_js
  self.pdf.eval_js(self.value)
end