class Siren::CLI::SongfileCommand

Public Instance Methods

execute() click to toggle source
# File lib/siren/cli.rb, line 26
def execute
  song = Siren::Song.load(songfile)
  puts song.to_stack.to_yaml
end