class SolCal::Commands::SunsetCommand
Protected Instance Methods
do_execute()
click to toggle source
# File lib/solcal/commands/sunset_command.rb, line 5 def do_execute SolCal::TimeOfDay.new(solar_noon+ha_sunrise.to_deg*4/1440) end