Title / Description
Code class AccessTest public def pub puts "public_method" end private def priv puts "private_method" end end test_super = AccessTest.new test_super.pub test_super.priv
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code