Method: CodeTools::AST::BackRef#mode
- Defined in:
- lib/rubinius/code/ast/variables.rb
#mode ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/rubinius/code/ast/variables.rb', line 21 def mode unless mode = Kinds[@kind] raise "Unknown backref: #{@kind}" end mode end |