class Magnesium::Show
Public Class Methods
error()
click to toggle source
# File lib/magnesium/support/error.rb, line 11 def self.error puts 'M: I am sorry about error.' puts 'M: Please try again.' end
new()
click to toggle source
# File lib/magnesium/support/error.rb, line 3 def initialize() end
nonfun()
click to toggle source
# File lib/magnesium/support/error.rb, line 6 def self.nonfun puts 'M: I need time to grow up.' puts 'M: Please try another way.' end