aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/language/fixtures/def.rb
blob: 81bfce73d028f3bc7574eb9131f6e004a9aeddb5 (plain)
1
2
3
4
5
6
7
8
def some_toplevel_method
end

public
def public_toplevel_method
end

private