Guest User

Untitled

a guest
Apr 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. >> HistoryItem.new(:historytype => "Foo").valid?
  2. Foo
  3. []
  4. => true
  5. >> HistoryItem.new(:historytype => "Foo").valid?
  6. Blub
  7. ["Foo"]
  8. => true
Add Comment
Please, Sign In to add comment