class Lignite::RbfDeclarer::Dummy
A dummy {RbfDeclarer} to better report that subroutine calls are not allowed in direct commands
Public Instance Methods
index_of(name)
click to toggle source
# File lib/lignite/rbf_declarer.rb, line 10 def index_of(name) raise "Cannot look up #{name.inspect}, subs are not allowed here" end