class Parlour::DetachedRbsGenerator

Public Instance Methods

current_plugin() click to toggle source
# File lib/parlour/detached_rbs_generator.rb, line 16
def current_plugin
  nil
end
detached!() click to toggle source
# File lib/parlour/detached_rbs_generator.rb, line 6
def detached!
  raise "cannot call methods on a detached RBS generator"
end
options() click to toggle source
# File lib/parlour/detached_rbs_generator.rb, line 11
def options
  detached!
end
rbs() click to toggle source
# File lib/parlour/detached_rbs_generator.rb, line 21
def rbs
  detached!
end