Method: Axlsx.trust_input=

Defined in:
lib/axlsx.rb

.trust_input=(trust_me) ⇒ Boolean

@param[Boolean] trust_me A boolean value indicating if the cell value content is to be trusted

Returns:

  • (Boolean)

See Also:

  • trust_input


168
169
170
# File 'lib/axlsx.rb', line 168

def self.trust_input=(trust_me)
  @trust_input = trust_me
end