Method: Stud::Secret#value

Defined in:
lib/stud/secret.rb

#valueObject

Get the secret value.



30
31
32
33
# File 'lib/stud/secret.rb', line 30

def value
  # Nothing, this will be filled in by Secret.new
  # But we'll still document this so rdoc/yard know the method exists.
end