Class: Squib::Args::EmbedKey Private

Inherits:
Object
  • Object
show all
Defined in:
lib/squib/args/embed_key.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#validate_key(str) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Validate the embed lookup key



10
11
12
# File 'lib/squib/args/embed_key.rb', line 10

def validate_key(str)
  str.to_s
end