class SheetInterface::Status
Attributes
message[W]
Public Instance Methods
show()
click to toggle source
# File lib/sheetinterface.rb, line 52 def show if(@message) puts @message @message.clear end end