Method: Mmi.warn

Defined in:
lib/mmi.rb

.warn(text) ⇒ Object



36
37
38
# File 'lib/mmi.rb', line 36

def self.warn(text)
	puts text
end