Guest User

Untitled

a guest
Nov 25th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class foo {
  2.  
  3. notify { 'foo': message => 'foo' }
  4. }
  5.  
  6. class baz {
  7.  
  8. include foo
  9. Notify <| title == 'foo' |> { message => 'baz' }
  10. Notify <| title == 'foo' |> { message => 'another baz' }
  11. }
  12. include baz
Add Comment
Please, Sign In to add comment