# File lib/methodsig.rb, line 208 def args_node if self.next.class == Node::ARGS then return self.next elsif self.next.head.class == Node::ARGS then return self.next.head else raise "Could not find method arguments" end end