# File lib/introspection/method.rb, line 12 def initialize(method, visibility = :public) @method, @visibility = method, visibility end