7 lines
74 B
Ruby
7 lines
74 B
Ruby
STATE = {
|
|
"called_with" => nil
|
|
}
|
|
|
|
def test_func(x)
|
|
called_with = x
|
|
end
|