module HexaPDF::Type::AcroForm::Field::HashRefinement

Provides a value method for hash that returns self so that a Hash can be used interchangably with a HexaPDF::Dictionary.

Public Instance Methods

value() click to toggle source
# File lib/hexapdf/type/acro_form/field.rb, line 95
def value
  self
end