Advertisement
Guest User

Untitled

a guest
May 26th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. puts "value is #{@value}."
  2. puts "selector is #{@selector}."
  3. puts "selection value is #{@selection_value}."
  4. --
  5. value is {"twokey"=>"twovalue"}.
  6. selector is .deep_merge(#<Connect::Entry::Reference:0x000000028618f0>).
  7. selection value is {"twokey"=>"twovalue"}.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement