class Parlour::DetachedRbiGenerator
Public Instance Methods
current_plugin()
click to toggle source
# File lib/parlour/detached_rbi_generator.rb, line 16 def current_plugin nil end
detached!()
click to toggle source
# File lib/parlour/detached_rbi_generator.rb, line 6 def detached! raise "cannot call methods on a detached RBI generator" end
options()
click to toggle source
# File lib/parlour/detached_rbi_generator.rb, line 11 def options detached! end
rbi(strictness = 'strong')
click to toggle source
# File lib/parlour/detached_rbi_generator.rb, line 21 def rbi(strictness = 'strong') detached! end