Module: Steep::Services::GotoService::SourceHelper
- Included in:
- ConstantQuery, MethodQuery
- Defined in:
- lib/steep/services/goto_service.rb
Instance Method Summary collapse
Instance Method Details
#from_rbs? ⇒ Boolean
11 12 13 |
# File 'lib/steep/services/goto_service.rb', line 11 def from_rbs? from == :rbs end |
#from_ruby? ⇒ Boolean
7 8 9 |
# File 'lib/steep/services/goto_service.rb', line 7 def from_ruby? from == :ruby end |