1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Pub = Class() Pub. indent = "indent is needed" Pub. {a: 1} # invalid attribute Pub. a = 1 {x = 1; y = 2} b = 2 Pri = Class() Priv. indent = "indent is needed" Pri:: {1, 2} # invalid attribute Indent. [] Indent. {=} {:}