Class: MagicSteps
- Inherits:
-
Object
- Object
- MagicSteps
- Defined in:
- lib/before_tickets.rb
Class Method Summary collapse
Class Method Details
.heroku ⇒ Object
71 72 73 74 75 76 |
# File 'lib/before_tickets.rb', line 71 def self.heroku DATA['magic-steps-heroku'].each do |row| puts_data_splitting_by_newline(row) end HIHY end |
.local ⇒ Object
64 65 66 67 68 69 |
# File 'lib/before_tickets.rb', line 64 def self.local DATA['magic-steps'].each do |row| puts_data_splitting_by_newline(row) end HIHY end |