class RBI::EmptyComment
Public Class Methods
new(loc: nil)
click to toggle source
Calls superclass method
RBI::Comment::new
# File lib/rbi/model.rb, line 73 def initialize(loc: nil) super("", loc: loc) end
Public Instance Methods
accept_printer(v)
click to toggle source
# File lib/rbi/printer.rb, line 170 def accept_printer(v) v.printn end