Libraries
»
tb
(0.7)
»
Index
»
Tb
»
Search
»
EmptyState
»
values_at
Method: Tb::Search::EmptyState.values_at
Defined in:
lib/tb/search.rb
.
values_at
(*ks) ⇒
Object
452 453 454
# File 'lib/tb/search.rb', line 452
def
values_at
(
*
ks
)
ks
.
map
{
|
k
|
nil
}
end