Method: Decode::Language::Ruby::Call#qualified_form
- Defined in:
- lib/decode/language/ruby/call.rb
#qualified_form ⇒ Object
The fully qualified name of the block. e.g. ‘class ::Barnyard::Dog`.
56 57 58 |
# File 'lib/decode/language/ruby/call.rb', line 56 def qualified_form self.qualified_name end |