class RailsStarter

Public Class Methods

new() click to toggle source
# File lib/rails_starter.rb, line 4
def self.new
  puts 'rails-starter'
end