class ProtectedPlanet

Public Class Methods

new() click to toggle source
# File lib/protected_planet.rb, line 2
def initialize

end

Public Instance Methods

test() click to toggle source
# File lib/protected_planet.rb, line 6
def test
    puts('working')
end